Color Hex Logo

#a5921f Color Hex

#A5921F
(165,146,31)
0 Favorites   0 Comments

Color spaces of #a5921f

RGB 16514631
HSL0.140.680.38
HSV51°81°65°
CMYK 0.000.120.81   0.35
XYZ26.043328.65605.4549
Yxy28.65600.43290.4764
Hunter Lab53.5313-6.838431.4302
CIE-Lab60.4768-4.886558.1275

#a5921f color RGB value is (165,146,31).

#a5921f hex color red value is 165, green value is 146 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a5921f hue: 0.14 , saturation: 0.68 and the lightness value of a5921f is 0.38.

The process color (four color CMYK) of #a5921f color hex is 0.00, 0.12, 0.81, 0.35. Web safe color of #a5921f is #999933. Color #a5921f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010010 00011111
Octal 245 222 37
Decimal 165 146 31
Hex A5 92 1F

RGB Percentages of Color #a5921f

%48.25
%42.69
%9.06

CMYK Percentages of Color #a5921f

%0
%12
%81
%35

Triadic Colors of #a5921f

#a5921f #1fa592 #921fa5

Analogous Colors of #a5921f

#a5921f #75a51f #a54f1f

Monochromatic Colors of #a5921f

#a5921f

Complementary Color

#a5921f #1f32a5

#a5921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5921f Color CSS Codes

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

#a5921f Text Font Color

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

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


#a5921f Background Color

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

This div background color is #a5921f


#a5921f Border Color

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

This div border color is #a5921f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,146,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5921f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5921f;
  -webkit-box-shadow: 1px 1px 3px 2px #a5921f;
  box-shadow:         1px 1px 3px 2px #a5921f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,146,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5921f


Comments

No comments written yet.

Please login to write comment.