Html Css Color HEX #AA8858 Teak

📋 copy color: '#AA8858'

red 170 ◦ green 136 ◦ blue 88

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

Shades of Teak #AA8858

Tints of Teak #AA8858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 43.15%
G = 34.52%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8858 (or 0xAA8858) is known color: Teak. HEX triplet: AA, 88 and 58. RGB value is (170,136,88). Sum of RGB (Red+Green+Blue) = 170+136+88=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8858 is #5577A7. Grayscale: #8C8C8C. Windows color (decimal): -5601192 or 5802154. OLE color: 5802154.

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

Color convert

RGB 170 136 88 -
CMYK 0 0.20 0.48 0.33
HSL 35.12º 0.33% 0.51% -
HSV(B) 35.12º 0.48% 0.67% -
XYZ 27.14 26.86 12.99 -
YUV 140.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 170 136 88 0 0.20 0.48 0.33 35.12 0.33 0.51
Hex AA 88 58 0 14 30 21 23 21 33
Octal 252 210 130 0 24 60 41 43 41 63
Binary 10101010 10001000 1011000 0 10100 110000 100001 100011 100001 110011

Color Harmonies of #AA8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8858

Black with #AA8858

Text Example


Text Example

White with #AA8858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8858; }

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

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

background-color css

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

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

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

border-color css

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

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

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