#AA6158

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

Shades of Au Chico #AA6158

Tints of Au Chico #AA6158

Color information

#AA6158 (or 0xAA6158) is unknown color: approx Au Chico. HEX triplet: AA, 61 and 58. RGB value is (170,97,88). Sum of RGB (Red+Green+Blue) = 170+97+88=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6158 is #559EA7. Grayscale: #757575. Windows color (decimal): -5611176 or 5792170. OLE color: 5792170.

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

Color convert

RGB1709788-
CMYK00.430.480.33
HSL6.59º32.54%50.59%-
HSV(B)6.59º48.24%66.67%-
XYZ22.6117.811.48-
YUV117.8111.18165.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=47.89%
G=27.32%
B=24.79%

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
Decimal170978800.430.480.336.5932.5450.59
HexAA615802B302172133
Octal252141130053604174163
Binary10101010110000110110000101011110000100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6158; }

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

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

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

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

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

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

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

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