#AA615A

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

Shades of Au Chico #AA615A

Tints of Au Chico #AA615A

Color information

#AA615A (or 0xAA615A) is unknown color: approx Au Chico. HEX triplet: AA, 61 and 5A. RGB value is (170,97,90). Sum of RGB (Red+Green+Blue) = 170+97+90=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615A is #559EA5. Grayscale: #767676. Windows color (decimal): -5611174 or 5923242. OLE color: 5923242.

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

Color convert

RGB1709790-
CMYK00.430.470.33
HSL5.25º32%50.98%-
HSV(B)5.25º47.06%66.67%-
XYZ22.717.8311.92-
YUV118.03112.18165.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=47.62%
G=27.17%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170979000.430.470.335.253250.98
HexAA615A02B2F2152033
Octal252141132053574154063
Binary10101010110000110110100101011101111100001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA615A; }

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

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

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

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

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

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

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

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