Html Css Color HEX #AA8D55 Teak

📋 copy color: '#AA8D55'

red 170 ◦ green 141 ◦ blue 85

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

Shades of Teak #AA8D55

Tints of Teak #AA8D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 42.93%
G = 35.61%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA8D55 (or 0xAA8D55) is known color: Teak. HEX triplet: AA, 8D and 55. RGB value is (170,141,85). Sum of RGB (Red+Green+Blue) = 170+141+85=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D55 is #5572AA. Grayscale: #8F8F8F. Windows color (decimal): -5599915 or 5606826. OLE color: 5606826.

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

Color convert

RGB 170 141 85 -
CMYK 0 0.17 0.50 0.33
HSL 39.53º 0.33% 0.5% -
HSV(B) 39.53º 0.5% 0.67% -
XYZ 27.74 28.25 12.59 -
YUV 143.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 170 141 85 0 0.17 0.50 0.33 39.53 0.33 0.5
Hex AA 8D 55 0 11 32 21 28 21 32
Octal 252 215 125 0 21 62 41 50 41 62
Binary 10101010 10001101 1010101 0 10001 110010 100001 101000 100001 110010

Color Harmonies of #AA8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D55

Black with #AA8D55

Text Example


Text Example

White with #AA8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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