#A15D56

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

Shades of Au Chico #A15D56

Tints of Au Chico #A15D56

Color information

#A15D56 (or 0xA15D56) is unknown color: approx Au Chico. HEX triplet: A1, 5D and 56. RGB value is (161,93,86). Sum of RGB (Red+Green+Blue) = 161+93+86=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D56 is #5EA2A9. Grayscale: #707070. Windows color (decimal): -6202026 or 5660065. OLE color: 5660065.

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

Color convert

RGB1619386-
CMYK00.420.470.37
HSL5.6º30.36%48.43%-
HSV(B)5.6º46.58%63.14%-
XYZ20.2916.0810.84-
YUV112.53113.03162.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=47.35%
G=27.35%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161938600.420.470.375.630.3648.43
HexA15D5602A2F2561e30
Octal241135126052574563660
Binary1010000110111011010110010101010111110010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D56; }

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

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

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

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

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

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

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

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