Html Css Color HEX #AA6459 Au Chico

📋 copy color: '#AA6459'

red 170 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #AA6459

Tints of Au Chico #AA6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 47.35%
G = 27.86%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6459 (or 0xAA6459) is known color: Au Chico. HEX triplet: AA, 64 and 59. RGB value is (170,100,89). Sum of RGB (Red+Green+Blue) = 170+100+89=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6459 is #559BA6. Grayscale: #777777. Windows color (decimal): -5610407 or 5858474. OLE color: 5858474.

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

Color convert

RGB 170 100 89 -
CMYK 0 0.41 0.48 0.33
HSL 8.15º 0.32% 0.51% -
HSV(B) 8.15º 0.48% 0.67% -
XYZ 22.94 18.38 11.79 -
YUV 119.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 170 100 89 0 0.41 0.48 0.33 8.15 0.32 0.51
Hex AA 64 59 0 29 30 21 8 20 33
Octal 252 144 131 0 51 60 41 10 40 63
Binary 10101010 1100100 1011001 0 101001 110000 100001 1000 100000 110011

Color Harmonies of #AA6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6459

Black with #AA6459

Text Example


Text Example

White with #AA6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6459; }

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

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

background-color css

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

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

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

border-color css

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

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

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