Html Css Color HEX #AA9459 Teak

📋 copy color: '#AA9459'

red 170 ◦ green 148 ◦ blue 89

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

Shades of Teak #AA9459

Tints of Teak #AA9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 41.77%
G = 36.36%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9459 (or 0xAA9459) is known color: Teak. HEX triplet: AA, 94 and 59. RGB value is (170,148,89). Sum of RGB (Red+Green+Blue) = 170+148+89=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9459 is #556BA6. Grayscale: #949494. Windows color (decimal): -5598119 or 5870762. OLE color: 5870762.

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

Color convert

RGB 170 148 89 -
CMYK 0 0.13 0.48 0.33
HSL 43.7º 0.32% 0.51% -
HSV(B) 43.7º 0.48% 0.67% -
XYZ 28.97 30.45 13.8 -
YUV 147.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 170 148 89 0 0.13 0.48 0.33 43.7 0.32 0.51
Hex AA 94 59 0 D 30 21 2C 20 33
Octal 252 224 131 0 15 60 41 54 40 63
Binary 10101010 10010100 1011001 0 1101 110000 100001 101100 100000 110011

Color Harmonies of #AA9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9459

Black with #AA9459

Text Example


Text Example

White with #AA9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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