#AA6159

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

Shades of Au Chico #AA6159

Tints of Au Chico #AA6159

Color information

#AA6159 (or 0xAA6159) is unknown color: approx Au Chico. HEX triplet: AA, 61 and 59. RGB value is (170,97,89). Sum of RGB (Red+Green+Blue) = 170+97+89=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6159 is #559EA6. Grayscale: #767676. Windows color (decimal): -5611175 or 5857706. OLE color: 5857706.

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

Color convert

RGB1709789-
CMYK00.430.480.33
HSL5.93º32.27%50.78%-
HSV(B)5.93º47.65%66.67%-
XYZ22.6617.8211.7-
YUV117.92111.68165.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 89 (35.16% from 255) = 25%
R=47.75%
G=27.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170978900.430.480.335.9332.2750.78
HexAA615902B302162033
Octal252141131053604164063
Binary10101010110000110110010101011110000100001110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6159; }

 p { color: rgb(170,97,89); }

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

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

 a { background-color: rgb(170,97,89); }

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

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

 span { border-color: rgb(170,97,89); }

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