#AA6A5A

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

Shades of Au Chico #AA6A5A

Tints of Au Chico #AA6A5A

Color information

#AA6A5A (or 0xAA6A5A) is unknown color: approx Au Chico. HEX triplet: AA, 6A and 5A. RGB value is (170,106,90). Sum of RGB (Red+Green+Blue) = 170+106+90=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A5A is #5595A5. Grayscale: #7B7B7B. Windows color (decimal): -5608870 or 5925546. OLE color: 5925546.

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

Color convert

RGB17010690-
CMYK00.380.470.33
HSL12º32%50.98%-
HSV(B)12º47.06%66.67%-
XYZ23.5819.5912.21-
YUV123.31109.2161.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=46.45%
G=28.96%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701069000.380.470.33123250.98
HexAA6A5A0262F21c2033
Octal2521521320465741144063
Binary101010101101010101101001001101011111000011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A5A; }

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

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

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

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

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

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

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

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