Html Css Color HEX #AA8759 Teak

📋 copy color: '#AA8759'

red 170 ◦ green 135 ◦ blue 89

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

Shades of Teak #AA8759

Tints of Teak #AA8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 43.15%
G = 34.26%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8759 (or 0xAA8759) is known color: Teak. HEX triplet: AA, 87 and 59. RGB value is (170,135,89). Sum of RGB (Red+Green+Blue) = 170+135+89=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8759 is #5578A6. Grayscale: #8C8C8C. Windows color (decimal): -5601447 or 5867434. OLE color: 5867434.

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

Color convert

RGB 170 135 89 -
CMYK 0 0.21 0.48 0.33
HSL 34.07º 0.32% 0.51% -
HSV(B) 34.07º 0.48% 0.67% -
XYZ 27.04 26.6 13.16 -
YUV 140.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 170 135 89 0 0.21 0.48 0.33 34.07 0.32 0.51
Hex AA 87 59 0 15 30 21 22 20 33
Octal 252 207 131 0 25 60 41 42 40 63
Binary 10101010 10000111 1011001 0 10101 110000 100001 100010 100000 110011

Color Harmonies of #AA8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8759

Black with #AA8759

Text Example


Text Example

White with #AA8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8759; }

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

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

background-color css

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

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

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

border-color css

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

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

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