#AA6456

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

Shades of Au Chico #AA6456

Tints of Au Chico #AA6456

Color information

#AA6456 (or 0xAA6456) is unknown color: approx Au Chico. HEX triplet: AA, 64 and 56. RGB value is (170,100,86). Sum of RGB (Red+Green+Blue) = 170+100+86=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6456 is #559BA9. Grayscale: #777777. Windows color (decimal): -5610410 or 5661866. OLE color: 5661866.

HSL color Cylindrical-coordinate representation of color #AA6456: hue angle of 10º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6456 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17010086-
CMYK00.410.490.33
HSL10º33.07%50.2%-
HSV(B)10º49.41%66.67%-
XYZ22.8118.3311.14-
YUV119.33109.19164.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=47.75%
G=28.09%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701008600.410.490.331033.0750.2
HexAA64560293121a2132
Octal2521441260516141124162
Binary101010101100100101011001010011100011000011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6456; }

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

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

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

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

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

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

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

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