Html Css Color HEX #AA8957 Teak

📋 copy color: '#AA8957'

red 170 ◦ green 137 ◦ blue 87

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

Shades of Teak #AA8957

Tints of Teak #AA8957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 43.15%
G = 34.77%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA8957 (or 0xAA8957) is known color: Teak. HEX triplet: AA, 89 and 57. RGB value is (170,137,87). Sum of RGB (Red+Green+Blue) = 170+137+87=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8957 is #5576A8. Grayscale: #8D8D8D. Windows color (decimal): -5600937 or 5736874. OLE color: 5736874.

HSL color Cylindrical-coordinate representation of color #AA8957: hue angle of 36.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8957 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 87 -
CMYK 0 0.19 0.49 0.33
HSL 36.14º 0.33% 0.5% -
HSV(B) 36.14º 0.49% 0.67% -
XYZ 27.24 27.13 12.82 -
YUV 141.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 170 137 87 0 0.19 0.49 0.33 36.14 0.33 0.5
Hex AA 89 57 0 13 31 21 24 21 32
Octal 252 211 127 0 23 61 41 44 41 62
Binary 10101010 10001001 1010111 0 10011 110001 100001 100100 100001 110010

Color Harmonies of #AA8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8957

Black with #AA8957

Text Example


Text Example

White with #AA8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8957; }

 p { color: rgb(170,137,87); }

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

background-color css

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

 a { background-color: rgb(170,137,87); }

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

border-color css

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

 span { border-color: rgb(170,137,87); }

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