#A15C59

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

Shades of Au Chico #A15C59

Tints of Au Chico #A15C59

Color information

#A15C59 (or 0xA15C59) is unknown color: approx Au Chico. HEX triplet: A1, 5C and 59. RGB value is (161,92,89). Sum of RGB (Red+Green+Blue) = 161+92+89=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C59 is #5EA3A6. Grayscale: #707070. Windows color (decimal): -6202279 or 5856417. OLE color: 5856417.

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

Color convert

RGB1619289-
CMYK00.430.450.37
HSL2.5º28.8%49.02%-
HSV(B)2.5º44.72%63.14%-
XYZ20.3315.9511.46-
YUV112.29114.86162.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=47.08%
G=26.90%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161928900.430.450.372.528.849.02
HexA15C5902B2D2531d31
Octal241134131053554533561
Binary101000011011100101100101010111011011001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C59; }

 p { color: rgb(161,92,89); }

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

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

 a { background-color: rgb(161,92,89); }

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

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

 span { border-color: rgb(161,92,89); }

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