#AA8C4C

Color #AA8C4C Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AA8C4C

Tints of Teak #AA8C4C

Color information

#AA8C4C (or 0xAA8C4C) is unknown color: approx Teak. HEX triplet: AA, 8C and 4C. RGB value is (170,140,76). Sum of RGB (Red+Green+Blue) = 170+140+76=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C4C is #5573B3. Grayscale: #8D8D8D. Windows color (decimal): -5600180 or 5016746. OLE color: 5016746.

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

Color convert

RGB17014076-
CMYK00.180.550.33
HSL40.85º38.21%48.24%-
HSV(B)40.85º55.29%66.67%-
XYZ27.2627.8210.77-
YUV141.6790.94148.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=44.04%
G=36.27%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701407600.180.550.3340.8538.2148.24
HexAA8C4C0123721292630
Octal2522141140226741514660
Binary10101010100011001001100010010110111100001101001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C4C; }

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

 H1.HeaderClassName
 {
   color: #AA8C4C;
 }
 .AnyTagClassName
 {
   color: #AA8C4C;
 }
</style>
background-color css

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

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

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

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

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

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