#A99254

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

Shades of Teak #A99254

Tints of Teak #A99254

Color information

#A99254 (or 0xA99254) is unknown color: approx Teak. HEX triplet: A9, 92 and 54. RGB value is (169,146,84). Sum of RGB (Red+Green+Blue) = 169+146+84=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A99254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99254 is #566DAB. Grayscale: #929292. Windows color (decimal): -5664172 or 5542569. OLE color: 5542569.

HSL color Cylindrical-coordinate representation of color #A99254: hue angle of 43.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A99254 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16914684-
CMYK00.140.500.34
HSL43.76º33.6%49.61%-
HSV(B)43.76º50.3%66.27%-
XYZ28.2429.6312.62-
YUV145.8193.12144.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=42.36%
G=36.59%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691468400.140.500.3443.7633.649.61
HexA992540E32222c2232
Octal2512221240166242544262
Binary1010100110010010101010001110110010100010101100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99254; }

 p { color: rgb(169,146,84); }

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

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

 a { background-color: rgb(169,146,84); }

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

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

 span { border-color: rgb(169,146,84); }

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