#A56456

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

Shades of Au Chico #A56456

Tints of Au Chico #A56456

Color information

#A56456 (or 0xA56456) is unknown color: approx Au Chico. HEX triplet: A5, 64 and 56. RGB value is (165,100,86). Sum of RGB (Red+Green+Blue) = 165+100+86=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A56456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56456 is #5A9BA9. Grayscale: #757575. Windows color (decimal): -5938090 or 5661861. OLE color: 5661861.

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

Color convert

RGB16510086-
CMYK00.390.480.35
HSL10.63º31.47%49.22%-
HSV(B)10.63º47.88%64.71%-
XYZ21.7517.7911.09-
YUV117.84110.03161.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=47.01%
G=28.49%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651008600.390.480.3510.6331.4749.22
HexA564560273023b1f31
Octal2451441260476043133761
Binary10100101110010010101100100111110000100011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56456; }

 p { color: rgb(165,100,86); }

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

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

 a { background-color: rgb(165,100,86); }

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

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

 span { border-color: rgb(165,100,86); }

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