#A15C58

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

Shades of Au Chico #A15C58

Tints of Au Chico #A15C58

Color information

#A15C58 (or 0xA15C58) is unknown color: approx Au Chico. HEX triplet: A1, 5C and 58. RGB value is (161,92,88). Sum of RGB (Red+Green+Blue) = 161+92+88=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C58 is #5EA3A7. Grayscale: #707070. Windows color (decimal): -6202280 or 5790881. OLE color: 5790881.

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

Color convert

RGB1619288-
CMYK00.430.450.37
HSL3.29º29.32%48.82%-
HSV(B)3.29º45.34%63.14%-
XYZ20.2915.9411.24-
YUV112.18114.36162.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=47.21%
G=26.98%
B=25.81%

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
Decimal161928800.430.450.373.2929.3248.82
HexA15C5802B2D2531d31
Octal241134130053554533561
Binary101000011011100101100001010111011011001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C58; }

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

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

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

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

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

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

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

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