#A98A50

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

Shades of Teak #A98A50

Tints of Teak #A98A50

Color information

#A98A50 (or 0xA98A50) is unknown color: approx Teak. HEX triplet: A9, 8A and 50. RGB value is (169,138,80). Sum of RGB (Red+Green+Blue) = 169+138+80=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A50 is #5675AF. Grayscale: #8C8C8C. Windows color (decimal): -5666224 or 5278377. OLE color: 5278377.

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

Color convert

RGB16913880-
CMYK00.180.530.34
HSL39.1º35.74%48.82%-
HSV(B)39.1º52.66%66.27%-
XYZ26.927.1911.42-
YUV140.6693.77148.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=43.67%
G=35.66%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691388000.180.530.3439.135.7448.82
HexA98A500123522272431
Octal2512121200226542474461
Binary10101001100010101010000010010110101100010100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A50; }

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

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

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

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

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

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

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

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