Html Css Color HEX #AA8955 Teak

📋 copy color: '#AA8955'

red 170 ◦ green 137 ◦ blue 85

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

Shades of Teak #AA8955

Tints of Teak #AA8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 43.37%
G = 34.95%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA8955 (or 0xAA8955) is known color: Teak. HEX triplet: AA, 89 and 55. RGB value is (170,137,85). Sum of RGB (Red+Green+Blue) = 170+137+85=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8955 is #5576AA. Grayscale: #8D8D8D. Windows color (decimal): -5600939 or 5605802. OLE color: 5605802.

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

Color convert

RGB 170 137 85 -
CMYK 0 0.19 0.50 0.33
HSL 36.71º 0.33% 0.5% -
HSV(B) 36.71º 0.5% 0.67% -
XYZ 27.16 27.09 12.39 -
YUV 140.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 170 137 85 0 0.19 0.50 0.33 36.71 0.33 0.5
Hex AA 89 55 0 13 32 21 25 21 32
Octal 252 211 125 0 23 62 41 45 41 62
Binary 10101010 10001001 1010101 0 10011 110010 100001 100101 100001 110010

Color Harmonies of #AA8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8955

Black with #AA8955

Text Example


Text Example

White with #AA8955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8955; }

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

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

background-color css

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

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

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

border-color css

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

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

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