#A98A59

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

Shades of Teak #A98A59

Tints of Teak #A98A59

Color information

#A98A59 (or 0xA98A59) is unknown color: approx Teak. HEX triplet: A9, 8A and 59. RGB value is (169,138,89). Sum of RGB (Red+Green+Blue) = 169+138+89=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A59 is #5675A6. Grayscale: #8D8D8D. Windows color (decimal): -5666215 or 5868201. OLE color: 5868201.

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

Color convert

RGB16913889-
CMYK00.180.470.34
HSL36.75º31.75%50.59%-
HSV(B)36.75º47.34%66.27%-
XYZ27.2527.3313.29-
YUV141.6898.27147.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=42.68%
G=34.85%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691388900.180.470.3436.7531.7550.59
HexA98A590122F22252033
Octal2512121310225742454063
Binary10101001100010101011001010010101111100010100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A59; }

 p { color: rgb(169,138,89); }

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

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

 a { background-color: rgb(169,138,89); }

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

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

 span { border-color: rgb(169,138,89); }

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