#AA655B

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

Shades of Au Chico #AA655B

Tints of Au Chico #AA655B

Color information

#AA655B (or 0xAA655B) is unknown color: approx Au Chico. HEX triplet: AA, 65 and 5B. RGB value is (170,101,91). Sum of RGB (Red+Green+Blue) = 170+101+91=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655B is #559AA4. Grayscale: #787878. Windows color (decimal): -5610149 or 5989802. OLE color: 5989802.

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

Color convert

RGB17010191-
CMYK00.410.460.33
HSL7.59º31.73%51.18%-
HSV(B)7.59º46.47%66.67%-
XYZ23.1218.6112.27-
YUV120.49111.36163.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=46.96%
G=27.90%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701019100.410.460.337.5931.7351.18
HexAA655B0292E2182033
Octal2521451330515641104063
Binary101010101100101101101101010011011101000011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA655B; }

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

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

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

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

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

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

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

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