Html Css Color HEX #AA6159 Au Chico

📋 copy color: '#AA6159'

red 170 ◦ green 97 ◦ blue 89

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

Shades of Au Chico #AA6159

Tints of Au Chico #AA6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 47.75%
G = 27.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6159 (or 0xAA6159) is known color: Au Chico. HEX triplet: AA, 61 and 59. RGB value is (170,97,89). Sum of RGB (Red+Green+Blue) = 170+97+89=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6159 is #559EA6. Grayscale: #767676. Windows color (decimal): -5611175 or 5857706. OLE color: 5857706.

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

Color convert

RGB 170 97 89 -
CMYK 0 0.43 0.48 0.33
HSL 5.93º 0.32% 0.51% -
HSV(B) 5.93º 0.48% 0.67% -
XYZ 22.66 17.82 11.7 -
YUV 117.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 170 97 89 0 0.43 0.48 0.33 5.93 0.32 0.51
Hex AA 61 59 0 2B 30 21 6 20 33
Octal 252 141 131 0 53 60 41 6 40 63
Binary 10101010 1100001 1011001 0 101011 110000 100001 110 100000 110011

Color Harmonies of #AA6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6159

Black with #AA6159

Text Example


Text Example

White with #AA6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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