Html Css Color HEX #AA8D52 Teak

📋 copy color: '#AA8D52'

red 170 ◦ green 141 ◦ blue 82

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

Shades of Teak #AA8D52

Tints of Teak #AA8D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 43.26%
G = 35.88%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA8D52 (or 0xAA8D52) is known color: Teak. HEX triplet: AA, 8D and 52. RGB value is (170,141,82). Sum of RGB (Red+Green+Blue) = 170+141+82=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D52 is #5572AD. Grayscale: #8F8F8F. Windows color (decimal): -5599918 or 5410218. OLE color: 5410218.

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

Color convert

RGB 170 141 82 -
CMYK 0 0.17 0.52 0.33
HSL 40.23º 0.35% 0.49% -
HSV(B) 40.23º 0.52% 0.67% -
XYZ 27.63 28.21 11.97 -
YUV 142.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 170 141 82 0 0.17 0.52 0.33 40.23 0.35 0.49
Hex AA 8D 52 0 11 34 21 28 23 31
Octal 252 215 122 0 21 64 41 50 43 61
Binary 10101010 10001101 1010010 0 10001 110100 100001 101000 100011 110001

Color Harmonies of #AA8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D52

Black with #AA8D52

Text Example


Text Example

White with #AA8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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