Html Css Color HEX #AA8D54 Teak

📋 copy color: '#AA8D54'

red 170 ◦ green 141 ◦ blue 84

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

Shades of Teak #AA8D54

Tints of Teak #AA8D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 43.04%
G = 35.7%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA8D54 (or 0xAA8D54) is known color: Teak. HEX triplet: AA, 8D and 54. RGB value is (170,141,84). Sum of RGB (Red+Green+Blue) = 170+141+84=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D54 is #5572AB. Grayscale: #8F8F8F. Windows color (decimal): -5599916 or 5541290. OLE color: 5541290.

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

Color convert

RGB 170 141 84 -
CMYK 0 0.17 0.51 0.33
HSL 39.77º 0.34% 0.5% -
HSV(B) 39.77º 0.51% 0.67% -
XYZ 27.7 28.24 12.38 -
YUV 143.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 170 141 84 0 0.17 0.51 0.33 39.77 0.34 0.5
Hex AA 8D 54 0 11 33 21 28 22 32
Octal 252 215 124 0 21 63 41 50 42 62
Binary 10101010 10001101 1010100 0 10001 110011 100001 101000 100010 110010

Color Harmonies of #AA8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D54

Black with #AA8D54

Text Example


Text Example

White with #AA8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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