Html Css Color HEX #AA6659 Au Chico

📋 copy color: '#AA6659'

red 170 ◦ green 102 ◦ blue 89

#AA6659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #AA6659

Tints of Au Chico #AA6659

RGB

 RED value IS 170 (66.8% from 255) = 47.09%

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 47.09%
G = 28.25%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6659 (or 0xAA6659) is known color: Au Chico. HEX triplet: AA, 66 and 59. RGB value is (170,102,89). Sum of RGB (Red+Green+Blue) = 170+102+89=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6659 is #5599A6. Grayscale: #787878. Windows color (decimal): -5609895 or 5858986. OLE color: 5858986.

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

Color convert

RGB 170 102 89 -
CMYK 0 0.4 0.48 0.33
HSL 9.63º 0.32% 0.51% -
HSV(B) 9.63º 0.48% 0.67% -
XYZ 23.13 18.77 11.85 -
YUV 120.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 170 102 89 0 0.4 0.48 0.33 9.63 0.32 0.51
Hex AA 66 59 0 28 30 21 A 20 33
Octal 252 146 131 0 50 60 41 12 40 63
Binary 10101010 1100110 1011001 0 101000 110000 100001 1010 100000 110011

Color Harmonies of #AA6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6659

Black with #AA6659

Text Example


Text Example

White with #AA6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6659; }

 p { color: rgb(170,102,89); }

 H1.HeaderClassName
 {
   color: #AA6659;
 }
 .AnyTagClassName
 {
   color: #AA6659;
 }
</style>

background-color css

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

 a { background-color: rgb(170,102,89); }

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

border-color css

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

 span { border-color: rgb(170,102,89); }

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