Html Css Color HEX #AA9159 Teak

📋 copy color: '#AA9159'

red 170 ◦ green 145 ◦ blue 89

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

Shades of Teak #AA9159

Tints of Teak #AA9159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 42.08%
G = 35.89%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9159 (or 0xAA9159) is known color: Teak. HEX triplet: AA, 91 and 59. RGB value is (170,145,89). Sum of RGB (Red+Green+Blue) = 170+145+89=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9159 is #556EA6. Grayscale: #929292. Windows color (decimal): -5598887 or 5869994. OLE color: 5869994.

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

Color convert

RGB 170 145 89 -
CMYK 0 0.15 0.48 0.33
HSL 41.48º 0.32% 0.51% -
HSV(B) 41.48º 0.48% 0.67% -
XYZ 28.51 29.52 13.65 -
YUV 146.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 170 145 89 0 0.15 0.48 0.33 41.48 0.32 0.51
Hex AA 91 59 0 F 30 21 29 20 33
Octal 252 221 131 0 17 60 41 51 40 63
Binary 10101010 10010001 1011001 0 1111 110000 100001 101001 100000 110011

Color Harmonies of #AA9159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9159

Black with #AA9159

Text Example


Text Example

White with #AA9159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9159; }

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

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

background-color css

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

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

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

border-color css

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

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

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