Html Css Color HEX #AA8C57 Teak

📋 copy color: '#AA8C57'

red 170 ◦ green 140 ◦ blue 87

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

Shades of Teak #AA8C57

Tints of Teak #AA8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 42.82%
G = 35.26%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA8C57 (or 0xAA8C57) is known color: Teak. HEX triplet: AA, 8C and 57. RGB value is (170,140,87). Sum of RGB (Red+Green+Blue) = 170+140+87=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C57 is #5573A8. Grayscale: #8F8F8F. Windows color (decimal): -5600169 or 5737642. OLE color: 5737642.

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

Color convert

RGB 170 140 87 -
CMYK 0 0.18 0.49 0.33
HSL 38.31º 0.33% 0.5% -
HSV(B) 38.31º 0.49% 0.67% -
XYZ 27.68 27.99 12.96 -
YUV 142.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 170 140 87 0 0.18 0.49 0.33 38.31 0.33 0.5
Hex AA 8C 57 0 12 31 21 26 21 32
Octal 252 214 127 0 22 61 41 46 41 62
Binary 10101010 10001100 1010111 0 10010 110001 100001 100110 100001 110010

Color Harmonies of #AA8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C57

Black with #AA8C57

Text Example


Text Example

White with #AA8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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