Color Hex Logo

#a5830f Color Hex

#A5830F
(165,131,15)
0 Favorites   0 Comments

Color spaces of #a5830f

RGB 16513115
HSL0.130.830.35
HSV46°91°65°
CMYK 0.000.210.91   0.35
XYZ23.719624.26643.8857
Yxy24.26640.45730.4678
Hunter Lab49.2609-0.257229.8059
CIE-Lab56.35352.925258.9009

#a5830f color RGB value is (165,131,15).

#a5830f hex color red value is 165, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a5830f hue: 0.13 , saturation: 0.83 and the lightness value of a5830f is 0.35.

The process color (four color CMYK) of #a5830f color hex is 0.00, 0.21, 0.91, 0.35. Web safe color of #a5830f is #999900. Color #a5830f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 00001111
Octal 245 203 17
Decimal 165 131 15
Hex A5 83 F

RGB Percentages of Color #a5830f

%53.05
%42.12
%4.82

CMYK Percentages of Color #a5830f

%0
%21
%91
%35

Triadic Colors of #a5830f

#a5830f #0fa583 #830fa5

Analogous Colors of #a5830f

#a5830f #7ca50f #a5380f

Monochromatic Colors of #a5830f

#a5830f

Complementary Color

#a5830f #0f31a5

#a5830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5830f Color CSS Codes

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

#a5830f Text Font Color

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

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


#a5830f Background Color

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

This div background color is #a5830f


#a5830f Border Color

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

This div border color is #a5830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5830f


Comments

No comments written yet.

Please login to write comment.