Html Css Color HEX #AA8557 Teak

📋 copy color: '#AA8557'

red 170 ◦ green 133 ◦ blue 87

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

Shades of Teak #AA8557

Tints of Teak #AA8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 87 (34.38% from 255) = 22.31%

R = 43.59%
G = 34.1%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA8557 (or 0xAA8557) is known color: Teak. HEX triplet: AA, 85 and 57. RGB value is (170,133,87). Sum of RGB (Red+Green+Blue) = 170+133+87=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8557 is #557AA8. Grayscale: #8B8B8B. Windows color (decimal): -5601961 or 5735850. OLE color: 5735850.

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

Color convert

RGB 170 133 87 -
CMYK 0 0.22 0.49 0.33
HSL 33.25º 0.33% 0.5% -
HSV(B) 33.25º 0.49% 0.67% -
XYZ 26.69 26.01 12.63 -
YUV 138.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 170 133 87 0 0.22 0.49 0.33 33.25 0.33 0.5
Hex AA 85 57 0 16 31 21 21 21 32
Octal 252 205 127 0 26 61 41 41 41 62
Binary 10101010 10000101 1010111 0 10110 110001 100001 100001 100001 110010

Color Harmonies of #AA8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8557

Black with #AA8557

Text Example


Text Example

White with #AA8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8557; }

 p { color: rgb(170,133,87); }

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

background-color css

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

 a { background-color: rgb(170,133,87); }

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

border-color css

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

 span { border-color: rgb(170,133,87); }

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