#A98D57

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

Shades of Teak #A98D57

Tints of Teak #A98D57

Color information

#A98D57 (or 0xA98D57) is unknown color: approx Teak. HEX triplet: A9, 8D and 57. RGB value is (169,141,87). Sum of RGB (Red+Green+Blue) = 169+141+87=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D57 is #5672A8. Grayscale: #8F8F8F. Windows color (decimal): -5665449 or 5737897. OLE color: 5737897.

HSL color Cylindrical-coordinate representation of color #A98D57: hue angle of 39.51º degrees, saturation: 0.32, 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 #A98D57 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16914187-
CMYK00.170.490.34
HSL39.51º32.28%50.2%-
HSV(B)39.51º48.52%66.27%-
XYZ27.6128.1713-
YUV143.2296.28146.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=42.57%
G=35.52%
B=21.91%

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
Decimal1691418700.170.490.3439.5132.2850.2
HexA98D570113122282032
Octal2512151270216142504062
Binary10101001100011011010111010001110001100010101000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D57; }

 p { color: rgb(169,141,87); }

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

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

 a { background-color: rgb(169,141,87); }

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

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

 span { border-color: rgb(169,141,87); }

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