#A98B5F

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

Shades of Teak #A98B5F

Tints of Teak #A98B5F

Color information

#A98B5F (or 0xA98B5F) is unknown color: approx Teak. HEX triplet: A9, 8B and 5F. RGB value is (169,139,95). Sum of RGB (Red+Green+Blue) = 169+139+95=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5F is #5674A0. Grayscale: #8F8F8F. Windows color (decimal): -5665953 or 6261673. OLE color: 6261673.

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

Color convert

RGB16913995-
CMYK00.180.440.34
HSL35.68º30.08%51.76%-
HSV(B)35.68º43.79%66.27%-
XYZ27.6627.7314.72-
YUV142.95100.94146.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=41.94%
G=34.49%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691399500.180.440.3435.6830.0851.76
HexA98B5F0122C22241e34
Octal2512131370225442443664
Binary1010100110001011101111101001010110010001010010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B5F; }

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

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

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

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

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

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

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

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