Color Hex Logo

#a5833b Color Hex

#A5833B
(165,131,59)
0 Favorites   0 Comments

Color spaces of #a5833b

RGB 16513159
HSL0.110.470.44
HSV41°64°65°
CMYK 0.000.210.64   0.35
XYZ24.422824.54777.5886
Yxy24.54770.43180.4340
Hunter Lab49.54561.284125.6009
CIE-Lab56.63204.805342.9218

#a5833b color RGB value is (165,131,59).

#a5833b hex color red value is 165, green value is 131 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a5833b hue: 0.11 , saturation: 0.47 and the lightness value of a5833b is 0.44.

The process color (four color CMYK) of #a5833b color hex is 0.00, 0.21, 0.64, 0.35. Web safe color of #a5833b is #999933. Color #a5833b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 00111011
Octal 245 203 73
Decimal 165 131 59
Hex A5 83 3B

RGB Percentages of Color #a5833b

%46.48
%36.90
%16.62

CMYK Percentages of Color #a5833b

%0
%21
%64
%35

Triadic Colors of #a5833b

#a5833b #3ba583 #833ba5

Analogous Colors of #a5833b

#a5833b #92a53b #a54e3b

Monochromatic Colors of #a5833b

#a5833b

Complementary Color

#a5833b #3b5da5

#a5833b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5833b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5833b Color CSS Codes

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

#a5833b Text Font Color

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

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


#a5833b Background Color

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

This div background color is #a5833b


#a5833b Border Color

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

This div border color is #a5833b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5833b


Comments

No comments written yet.

Please login to write comment.