Color Hex Logo

#a83205 Color Hex

#A83205
(168,50,5)
0 Favorites   0 Comments

Color spaces of #a83205

RGB 168505
HSL0.050.940.34
HSV17°97°66°
CMYK 0.000.700.97   0.34
XYZ17.316410.61701.2802
Yxy10.61700.59280.3634
Hunter Lab32.583737.841020.4791
CIE-Lab38.927846.692449.2249

#a83205 color RGB value is (168,50,5).

#a83205 hex color red value is 168, green value is 50 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #a83205 hue: 0.05 , saturation: 0.94 and the lightness value of a83205 is 0.34.

The process color (four color CMYK) of #a83205 color hex is 0.00, 0.70, 0.97, 0.34. Web safe color of #a83205 is #993300. Color #a83205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 00000101
Octal 250 62 5
Decimal 168 50 5
Hex A8 32 5

RGB Percentages of Color #a83205

%75.34
%22.42
%2.24

CMYK Percentages of Color #a83205

%0
%70
%97
%34

Triadic Colors of #a83205

#a83205 #05a832 #3205a8

Analogous Colors of #a83205

#a83205 #a88405 #a80529

Monochromatic Colors of #a83205

#a83205

Complementary Color

#a83205 #057ba8

#a83205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83205 Color CSS Codes

.mybgcolor {background-color:#a83205; } 
.myforecolor {color:#a83205; }
.mybordercolor {border:3px solid #a83205; }

#a83205 Text Font Color

<p style="color:#a83205">Text here</p>

This sample text font color is #a83205
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a83205 Background Color

<div style="background-color:#a83205">
Div content here</div>

This div background color is #a83205


#a83205 Border Color

<div style="border:3px solid #a83205">
Div here</div>

This div border color is #a83205


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,50,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83205; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83205;
  -webkit-box-shadow: 1px 1px 3px 2px #a83205;
  box-shadow:         1px 1px 3px 2px #a83205; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,50,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a83205">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a83205;
  -webkit-box-shadow: 1px 1px 3px 2px #a83205;
  box-shadow:         1px 1px 3px 2px #a83205;">
Div content here</div>

This div box has shadow with color #a83205


Comments

No comments written yet.

Please login to write comment.