#AA6C5C

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

Shades of Au Chico #AA6C5C

Tints of Au Chico #AA6C5C

Color information

#AA6C5C (or 0xAA6C5C) is unknown color: approx Au Chico. HEX triplet: AA, 6C and 5C. RGB value is (170,108,92). Sum of RGB (Red+Green+Blue) = 170+108+92=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C5C is #5593A3. Grayscale: #7C7C7C. Windows color (decimal): -5608356 or 6057130. OLE color: 6057130.

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

Color convert

RGB17010892-
CMYK00.360.460.33
HSL12.31º31.45%51.37%-
HSV(B)12.31º45.88%66.67%-
XYZ23.8720.0412.74-
YUV124.71109.54160.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=45.95%
G=29.19%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701089200.360.460.3312.3131.4551.37
HexAA6C5C0242E21c1f33
Octal2521541340445641143763
Binary10101010110110010111000100100101110100001110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C5C; }

 p { color: rgb(170,108,92); }

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

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

 a { background-color: rgb(170,108,92); }

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

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

 span { border-color: rgb(170,108,92); }

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