#AA615B

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

Shades of Au Chico #AA615B

Tints of Au Chico #AA615B

Color information

#AA615B (or 0xAA615B) is unknown color: approx Au Chico. HEX triplet: AA, 61 and 5B. RGB value is (170,97,91). Sum of RGB (Red+Green+Blue) = 170+97+91=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615B is #559EA4. Grayscale: #767676. Windows color (decimal): -5611173 or 5988778. OLE color: 5988778.

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

Color convert

RGB1709791-
CMYK00.430.460.33
HSL4.56º31.73%51.18%-
HSV(B)4.56º46.47%66.67%-
XYZ22.7417.8512.14-
YUV118.14112.68164.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=47.49%
G=27.09%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170979100.430.460.334.5631.7351.18
HexAA615B02B2E2152033
Octal252141133053564154063
Binary10101010110000110110110101011101110100001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA615B; }

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

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

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

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

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

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

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

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