#A15E52

Color #A15E52 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A15E52

Tints of Au Chico #A15E52

Color information

#A15E52 (or 0xA15E52) is unknown color: approx Au Chico. HEX triplet: A1, 5E and 52. RGB value is (161,94,82). Sum of RGB (Red+Green+Blue) = 161+94+82=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E52 is #5EA1AD. Grayscale: #707070. Windows color (decimal): -6201774 or 5398177. OLE color: 5398177.

HSL color Cylindrical-coordinate representation of color #A15E52: hue angle of 9.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15E52 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1619482-
CMYK00.420.490.37
HSL9.11º32.51%47.65%-
HSV(B)9.11º49.07%63.14%-
XYZ20.2216.1910.04-
YUV112.66110.7162.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=47.77%
G=27.89%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161948200.420.490.379.1132.5147.65
HexA15E5202A312592130
Octal2411361220526145114160
Binary101000011011110101001001010101100011001011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E52; }

 p { color: rgb(161,94,82); }

 H1.HeaderClassName
 {
   color: #A15E52;
 }
 .AnyTagClassName
 {
   color: #A15E52;
 }
</style>
background-color css

<style>
 a { background-color: #A15E52; }

 a { background-color: rgb(161,94,82); }

 div.DivClassName
 {
   background-color: #A15E52;
 }
 .BgClassName
 {
   background-color: #A15E52;
 }
</style>
border-color css

<style>
 span { border-color: #A15E52; }

 span { border-color: rgb(161,94,82); }

 td.TdClassName
 {
   border-color: #A15E52;
 }
 .TagClassName
 {
   border-color: #A15E52;
 }
</style>