#A99050

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

Shades of Teak #A99050

Tints of Teak #A99050

Color information

#A99050 (or 0xA99050) is unknown color: approx Teak. HEX triplet: A9, 90 and 50. RGB value is (169,144,80). Sum of RGB (Red+Green+Blue) = 169+144+80=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A99050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99050 is #566FAF. Grayscale: #909090. Windows color (decimal): -5664688 or 5279913. OLE color: 5279913.

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

Color convert

RGB16914480-
CMYK00.150.530.34
HSL43.15º35.74%48.82%-
HSV(B)43.15º52.66%66.27%-
XYZ27.7828.9611.72-
YUV144.1891.78145.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=43.00%
G=36.64%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691448000.150.530.3443.1535.7448.82
HexA990500F35222b2431
Octal2512201200176542534461
Binary1010100110010000101000001111110101100010101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99050; }

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

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

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

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

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

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

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

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