#AA605A

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

Shades of Au Chico #AA605A

Tints of Au Chico #AA605A

Color information

#AA605A (or 0xAA605A) is unknown color: approx Au Chico. HEX triplet: AA, 60 and 5A. RGB value is (170,96,90). Sum of RGB (Red+Green+Blue) = 170+96+90=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605A is #559FA5. Grayscale: #757575. Windows color (decimal): -5611430 or 5922986. OLE color: 5922986.

HSL color Cylindrical-coordinate representation of color #AA605A: hue angle of 4.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA605A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1709690-
CMYK00.440.470.33
HSL4.5º32%50.98%-
HSV(B)4.5º47.06%66.67%-
XYZ22.6117.6511.89-
YUV117.44112.52165.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=47.75%
G=26.97%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969000.440.470.334.53250.98
HexAA605A02C2F2152033
Octal252140132054574154063
Binary10101010110000010110100101100101111100001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA605A; }

 p { color: rgb(170,96,90); }

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

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

 a { background-color: rgb(170,96,90); }

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

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

 span { border-color: rgb(170,96,90); }

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