Html Css Color HEX #AA8851 Teak

📋 copy color: '#AA8851'

red 170 ◦ green 136 ◦ blue 81

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

Shades of Teak #AA8851

Tints of Teak #AA8851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 43.93%
G = 35.14%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA8851 (or 0xAA8851) is known color: Teak. HEX triplet: AA, 88 and 51. RGB value is (170,136,81). Sum of RGB (Red+Green+Blue) = 170+136+81=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8851 is #5577AE. Grayscale: #8C8C8C. Windows color (decimal): -5601199 or 5343402. OLE color: 5343402.

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

Color convert

RGB 170 136 81 -
CMYK 0 0.20 0.52 0.33
HSL 37.08º 0.35% 0.49% -
HSV(B) 37.08º 0.52% 0.67% -
XYZ 26.87 26.75 11.53 -
YUV 139.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 170 136 81 0 0.20 0.52 0.33 37.08 0.35 0.49
Hex AA 88 51 0 14 34 21 25 23 31
Octal 252 210 121 0 24 64 41 45 43 61
Binary 10101010 10001000 1010001 0 10100 110100 100001 100101 100011 110001

Color Harmonies of #AA8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8851

Black with #AA8851

Text Example


Text Example

White with #AA8851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8851; }

 p { color: rgb(170,136,81); }

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

background-color css

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

 a { background-color: rgb(170,136,81); }

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

border-color css

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

 span { border-color: rgb(170,136,81); }

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