#A98F5F

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

Shades of Teak #A98F5F

Tints of Teak #A98F5F

Color information

#A98F5F (or 0xA98F5F) is unknown color: approx Teak. HEX triplet: A9, 8F and 5F. RGB value is (169,143,95). Sum of RGB (Red+Green+Blue) = 169+143+95=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F5F is #5670A0. Grayscale: #919191. Windows color (decimal): -5664929 or 6262697. OLE color: 6262697.

HSL color Cylindrical-coordinate representation of color #A98F5F: hue angle of 38.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98F5F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16914395-
CMYK00.150.440.34
HSL38.92º30.08%51.76%-
HSV(B)38.92º43.79%66.27%-
XYZ28.2528.9114.92-
YUV145.399.61144.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=41.52%
G=35.14%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691439500.150.440.3438.9230.0851.76
HexA98F5F0F2C22271e34
Octal2512171370175442473664
Binary101010011000111110111110111110110010001010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F5F; }

 p { color: rgb(169,143,95); }

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

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

 a { background-color: rgb(169,143,95); }

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

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

 span { border-color: rgb(169,143,95); }

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