#A56558

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

Shades of Au Chico #A56558

Tints of Au Chico #A56558

Color information

#A56558 (or 0xA56558) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 58. RGB value is (165,101,88). Sum of RGB (Red+Green+Blue) = 165+101+88=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A56558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56558 is #5A9AA7. Grayscale: #767676. Windows color (decimal): -5937832 or 5793189. OLE color: 5793189.

HSL color Cylindrical-coordinate representation of color #A56558: hue angle of 10.13º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56558 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16510188-
CMYK00.390.470.35
HSL10.13º30.43%49.61%-
HSV(B)10.13º46.67%64.71%-
XYZ21.9318.0111.55-
YUV118.65110.7161.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=46.61%
G=28.53%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651018800.390.470.3510.1330.4349.61
HexA565580272F23a1e32
Octal2451451300475743123662
Binary10100101110010110110000100111101111100011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56558; }

 p { color: rgb(165,101,88); }

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

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

 a { background-color: rgb(165,101,88); }

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

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

 span { border-color: rgb(165,101,88); }

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