#A98C56

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

Shades of Teak #A98C56

Tints of Teak #A98C56

Color information

#A98C56 (or 0xA98C56) is unknown color: approx Teak. HEX triplet: A9, 8C and 56. RGB value is (169,140,86). Sum of RGB (Red+Green+Blue) = 169+140+86=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C56 is #5673A9. Grayscale: #8E8E8E. Windows color (decimal): -5665706 or 5672105. OLE color: 5672105.

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

Color convert

RGB16914086-
CMYK00.170.490.34
HSL39.04º32.55%50%-
HSV(B)39.04º49.11%66.27%-
XYZ27.4227.8612.74-
YUV142.5196.11146.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=42.78%
G=35.44%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691408600.170.490.3439.0432.5550
HexA98C560113122272132
Octal2512141260216142474162
Binary10101001100011001010110010001110001100010100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C56; }

 p { color: rgb(169,140,86); }

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

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

 a { background-color: rgb(169,140,86); }

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

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

 span { border-color: rgb(169,140,86); }

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