Html Css Color HEX #AA9259 Teak

📋 copy color: '#AA9259'

red 170 ◦ green 146 ◦ blue 89

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

Shades of Teak #AA9259

Tints of Teak #AA9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 41.98%
G = 36.05%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9259 (or 0xAA9259) is known color: Teak. HEX triplet: AA, 92 and 59. RGB value is (170,146,89). Sum of RGB (Red+Green+Blue) = 170+146+89=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9259 is #556DA6. Grayscale: #929292. Windows color (decimal): -5598631 or 5870250. OLE color: 5870250.

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

Color convert

RGB 170 146 89 -
CMYK 0 0.14 0.48 0.33
HSL 42.22º 0.32% 0.51% -
HSV(B) 42.22º 0.48% 0.67% -
XYZ 28.66 29.83 13.7 -
YUV 146.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 170 146 89 0 0.14 0.48 0.33 42.22 0.32 0.51
Hex AA 92 59 0 E 30 21 2A 20 33
Octal 252 222 131 0 16 60 41 52 40 63
Binary 10101010 10010010 1011001 0 1110 110000 100001 101010 100000 110011

Color Harmonies of #AA9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9259

Black with #AA9259

Text Example


Text Example

White with #AA9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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