#AA605B

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

Shades of Au Chico #AA605B

Tints of Au Chico #AA605B

Color information

#AA605B (or 0xAA605B) is unknown color: approx Au Chico. HEX triplet: AA, 60 and 5B. RGB value is (170,96,91). Sum of RGB (Red+Green+Blue) = 170+96+91=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605B is #559FA4. Grayscale: #757575. Windows color (decimal): -5611429 or 5988522. OLE color: 5988522.

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

Color convert

RGB1709691-
CMYK00.440.460.33
HSL3.8º31.73%51.18%-
HSV(B)3.8º46.47%66.67%-
XYZ22.6517.6712.11-
YUV117.56113.02165.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=47.62%
G=26.89%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969100.440.460.333.831.7351.18
HexAA605B02C2E2142033
Octal252140133054564144063
Binary10101010110000010110110101100101110100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA605B; }

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

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

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

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

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

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

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

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