Color Hex Logo

#a84933 Color Hex

#A84933
(168,73,51)
0 Favorites   0 Comments

Color spaces of #a84933

RGB 1687351
HSL0.030.530.43
HSV11°70°66°
CMYK 0.000.570.70   0.34
XYZ19.128513.32894.6965
Yxy13.32890.51480.3587
Hunter Lab36.508829.633417.9291
CIE-Lab43.254737.603032.0229

#a84933 color RGB value is (168,73,51).

#a84933 hex color red value is 168, green value is 73 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a84933 hue: 0.03 , saturation: 0.53 and the lightness value of a84933 is 0.43.

The process color (four color CMYK) of #a84933 color hex is 0.00, 0.57, 0.70, 0.34. Web safe color of #a84933 is #993333. Color #a84933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 00110011
Octal 250 111 63
Decimal 168 73 51
Hex A8 49 33

RGB Percentages of Color #a84933

%57.53
%25.00
%17.47

CMYK Percentages of Color #a84933

%0
%57
%70
%34

Triadic Colors of #a84933

#a84933 #33a849 #4933a8

Analogous Colors of #a84933

#a84933 #a88433 #a83358

Monochromatic Colors of #a84933

#a84933

Complementary Color

#a84933 #3392a8

#a84933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84933 Color CSS Codes

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

#a84933 Text Font Color

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

This sample text font color is #a84933
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.


#a84933 Background Color

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

This div background color is #a84933


#a84933 Border Color

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

This div border color is #a84933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84933


Comments

No comments written yet.

Please login to write comment.