#A98B5D

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

Shades of Teak #A98B5D

Tints of Teak #A98B5D

Color information

#A98B5D (or 0xA98B5D) is unknown color: approx Teak. HEX triplet: A9, 8B and 5D. RGB value is (169,139,93). Sum of RGB (Red+Green+Blue) = 169+139+93=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5D is #5674A2. Grayscale: #8E8E8E. Windows color (decimal): -5665955 or 6130601. OLE color: 6130601.

HSL color Cylindrical-coordinate representation of color #A98B5D: hue angle of 36.32º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98B5D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16913993-
CMYK00.180.450.34
HSL36.32º30.65%51.37%-
HSV(B)36.32º44.97%66.27%-
XYZ27.5727.6914.25-
YUV142.7399.94146.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=42.14%
G=34.66%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691399300.180.450.3436.3230.6551.37
HexA98B5D0122D22241f33
Octal2512131350225542443763
Binary1010100110001011101110101001010110110001010010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B5D; }

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

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

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

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

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

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

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

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