#AA6256

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

Shades of Au Chico #AA6256

Tints of Au Chico #AA6256

Color information

#AA6256 (or 0xAA6256) is unknown color: approx Au Chico. HEX triplet: AA, 62 and 56. RGB value is (170,98,86). Sum of RGB (Red+Green+Blue) = 170+98+86=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6256 is #559DA9. Grayscale: #767676. Windows color (decimal): -5610922 or 5661354. OLE color: 5661354.

HSL color Cylindrical-coordinate representation of color #AA6256: hue angle of 8.57º 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 #AA6256 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1709886-
CMYK00.420.490.33
HSL8.57º33.07%50.2%-
HSV(B)8.57º49.41%66.67%-
XYZ22.6217.9511.08-
YUV118.16109.85164.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=48.02%
G=27.68%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170988600.420.490.338.5733.0750.2
HexAA625602A312192132
Octal2521421260526141114162
Binary101010101100010101011001010101100011000011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6256; }

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

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

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

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

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

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

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

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