Color Hex Logo

#a97427 Color Hex

#A97427
(169,116,39)
1 Favorites   0 Comments

Color spaces of #a97427

RGB 16911639
HSL0.100.630.41
HSV36°77°66°
CMYK 0.000.310.77   0.34
XYZ22.973821.07234.7760
Yxy21.07230.47060.4316
Hunter Lab45.90469.000625.9646
CIE-Lab53.028513.922748.4808

#a97427 color RGB value is (169,116,39).

#a97427 hex color red value is 169, green value is 116 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a97427 hue: 0.10 , saturation: 0.63 and the lightness value of a97427 is 0.41.

The process color (four color CMYK) of #a97427 color hex is 0.00, 0.31, 0.77, 0.34. Web safe color of #a97427 is #996633. Color #a97427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 00100111
Octal 251 164 47
Decimal 169 116 39
Hex A9 74 27

RGB Percentages of Color #a97427

%52.16
%35.80
%12.04

CMYK Percentages of Color #a97427

%0
%31
%77
%34

Triadic Colors of #a97427

#a97427 #27a974 #7427a9

Analogous Colors of #a97427

#a97427 #9da927 #a93327

Monochromatic Colors of #a97427

#a97427

Complementary Color

#a97427 #275ca9

#a97427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97427 Color CSS Codes

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

#a97427 Text Font Color

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

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


#a97427 Background Color

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

This div background color is #a97427


#a97427 Border Color

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

This div border color is #a97427


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,116,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97427; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97427;
  -webkit-box-shadow: 1px 1px 3px 2px #a97427;
  box-shadow:         1px 1px 3px 2px #a97427; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,116,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97427


Comments

No comments written yet.

Please login to write comment.