#AA665A

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

Shades of Au Chico #AA665A

Tints of Au Chico #AA665A

Color information

#AA665A (or 0xAA665A) is unknown color: approx Au Chico. HEX triplet: AA, 66 and 5A. RGB value is (170,102,90). Sum of RGB (Red+Green+Blue) = 170+102+90=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665A is #5599A5. Grayscale: #797979. Windows color (decimal): -5609894 or 5924522. OLE color: 5924522.

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

Color convert

RGB17010290-
CMYK00.40.470.33
HSL32%50.98%-
HSV(B)47.06%66.67%-
XYZ23.1718.7912.08-
YUV120.96110.53162.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=46.96%
G=28.18%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701029000.40.470.3393250.98
HexAA665A0282F2192033
Octal2521461320505741114063
Binary101010101100110101101001010001011111000011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA665A; }

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

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

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

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

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

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

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

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