#A15F52

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

Shades of Au Chico #A15F52

Tints of Au Chico #A15F52

Color information

#A15F52 (or 0xA15F52) is unknown color: approx Au Chico. HEX triplet: A1, 5F and 52. RGB value is (161,95,82). Sum of RGB (Red+Green+Blue) = 161+95+82=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F52 is #5EA0AD. Grayscale: #717171. Windows color (decimal): -6201518 or 5398433. OLE color: 5398433.

HSL color Cylindrical-coordinate representation of color #A15F52: hue angle of 9.87º 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 #A15F52 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1619582-
CMYK00.410.490.37
HSL9.87º32.51%47.65%-
HSV(B)9.87º49.07%63.14%-
XYZ20.3116.3710.07-
YUV113.25110.37162.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=47.63%
G=28.11%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161958200.410.490.379.8732.5147.65
HexA15F520293125a2130
Octal2411371220516145124160
Binary101000011011111101001001010011100011001011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F52; }

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

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

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

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

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

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

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

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