#A98C50

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

Shades of Teak #A98C50

Tints of Teak #A98C50

Color information

#A98C50 (or 0xA98C50) is unknown color: approx Teak. HEX triplet: A9, 8C and 50. RGB value is (169,140,80). Sum of RGB (Red+Green+Blue) = 169+140+80=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C50 is #5673AF. Grayscale: #8E8E8E. Windows color (decimal): -5665712 or 5278889. OLE color: 5278889.

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

Color convert

RGB16914080-
CMYK00.170.530.34
HSL40.45º35.74%48.82%-
HSV(B)40.45º52.66%66.27%-
XYZ27.1927.7711.52-
YUV141.8393.11147.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=43.44%
G=35.99%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691408000.170.530.3440.4535.7448.82
HexA98C500113522282431
Octal2512141200216542504461
Binary10101001100011001010000010001110101100010101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C50; }

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

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

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

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

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

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

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

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