#AA645A

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

Shades of Au Chico #AA645A

Tints of Au Chico #AA645A

Color information

#AA645A (or 0xAA645A) is unknown color: approx Au Chico. HEX triplet: AA, 64 and 5A. RGB value is (170,100,90). Sum of RGB (Red+Green+Blue) = 170+100+90=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA645A is #559BA5. Grayscale: #777777. Windows color (decimal): -5610406 or 5924010. OLE color: 5924010.

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

Color convert

RGB17010090-
CMYK00.410.470.33
HSL7.5º32%50.98%-
HSV(B)7.5º47.06%66.67%-
XYZ22.9818.412.01-
YUV119.79111.19163.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 90 (35.55% from 255) = 25%
R=47.22%
G=27.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701009000.410.470.337.53250.98
HexAA645A0292F2182033
Octal2521441320515741104063
Binary101010101100100101101001010011011111000011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA645A; }

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

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

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

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

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

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

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

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