#AA6B5B

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

Shades of Au Chico #AA6B5B

Tints of Au Chico #AA6B5B

Color information

#AA6B5B (or 0xAA6B5B) is unknown color: approx Au Chico. HEX triplet: AA, 6B and 5B. RGB value is (170,107,91). Sum of RGB (Red+Green+Blue) = 170+107+91=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B5B is #5594A4. Grayscale: #7C7C7C. Windows color (decimal): -5608613 or 5991338. OLE color: 5991338.

HSL color Cylindrical-coordinate representation of color #AA6B5B: hue angle of 12.15º degrees, saturation: 0.32, 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 #AA6B5B is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17010791-
CMYK00.370.460.33
HSL12.15º31.73%51.18%-
HSV(B)12.15º46.47%66.67%-
XYZ23.7219.8212.47-
YUV124.01109.37160.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=46.20%
G=29.08%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701079100.370.460.3312.1531.7351.18
HexAA6B5B0252E21c2033
Octal2521531330455641144063
Binary101010101101011101101101001011011101000011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B5B; }

 p { color: rgb(170,107,91); }

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

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

 a { background-color: rgb(170,107,91); }

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

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

 span { border-color: rgb(170,107,91); }

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