Html Css Color HEX #AA8D57 Teak

📋 copy color: '#AA8D57'

red 170 ◦ green 141 ◦ blue 87

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

Shades of Teak #AA8D57

Tints of Teak #AA8D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

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

R = 42.71%
G = 35.43%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA8D57 (or 0xAA8D57) is known color: Teak. HEX triplet: AA, 8D and 57. RGB value is (170,141,87). Sum of RGB (Red+Green+Blue) = 170+141+87=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D57 is #5572A8. Grayscale: #8F8F8F. Windows color (decimal): -5599913 or 5737898. OLE color: 5737898.

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

Color convert

RGB 170 141 87 -
CMYK 0 0.17 0.49 0.33
HSL 39.04º 0.33% 0.5% -
HSV(B) 39.04º 0.49% 0.67% -
XYZ 27.82 28.28 13.01 -
YUV 143.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 170 141 87 0 0.17 0.49 0.33 39.04 0.33 0.5
Hex AA 8D 57 0 11 31 21 27 21 32
Octal 252 215 127 0 21 61 41 47 41 62
Binary 10101010 10001101 1010111 0 10001 110001 100001 100111 100001 110010

Color Harmonies of #AA8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D57

Black with #AA8D57

Text Example


Text Example

White with #AA8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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