#AA6558

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

Shades of Au Chico #AA6558

Tints of Au Chico #AA6558

Color information

#AA6558 (or 0xAA6558) is unknown color: approx Au Chico. HEX triplet: AA, 65 and 58. RGB value is (170,101,88). Sum of RGB (Red+Green+Blue) = 170+101+88=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6558 is #559AA7. Grayscale: #787878. Windows color (decimal): -5610152 or 5793194. OLE color: 5793194.

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

Color convert

RGB17010188-
CMYK00.410.480.33
HSL9.51º32.54%50.59%-
HSV(B)9.51º48.24%66.67%-
XYZ22.9918.5611.6-
YUV120.15109.86163.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=47.35%
G=28.13%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701018800.410.480.339.5132.5450.59
HexAA65580293021a2133
Octal2521451300516041124163
Binary101010101100101101100001010011100001000011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6558; }

 p { color: rgb(170,101,88); }

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

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

 a { background-color: rgb(170,101,88); }

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

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

 span { border-color: rgb(170,101,88); }

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