#A15D58

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

Shades of Au Chico #A15D58

Tints of Au Chico #A15D58

Color information

#A15D58 (or 0xA15D58) is unknown color: approx Au Chico. HEX triplet: A1, 5D and 58. RGB value is (161,93,88). Sum of RGB (Red+Green+Blue) = 161+93+88=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D58 is #5EA2A7. Grayscale: #707070. Windows color (decimal): -6202024 or 5791137. OLE color: 5791137.

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

Color convert

RGB1619388-
CMYK00.420.450.37
HSL4.11º29.32%48.82%-
HSV(B)4.11º45.34%63.14%-
XYZ20.3716.1111.27-
YUV112.76114.03162.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=47.08%
G=27.19%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161938800.420.450.374.1129.3248.82
HexA15D5802A2D2541d31
Octal241135130052554543561
Binary1010000110111011011000010101010110110010110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D58; }

 p { color: rgb(161,93,88); }

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

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

 a { background-color: rgb(161,93,88); }

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

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

 span { border-color: rgb(161,93,88); }

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