#A99054

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

Shades of Teak #A99054

Tints of Teak #A99054

Color information

#A99054 (or 0xA99054) is unknown color: approx Teak. HEX triplet: A9, 90 and 54. RGB value is (169,144,84). Sum of RGB (Red+Green+Blue) = 169+144+84=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A99054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99054 is #566FAB. Grayscale: #909090. Windows color (decimal): -5664684 or 5542057. OLE color: 5542057.

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

Color convert

RGB16914484-
CMYK00.150.500.34
HSL42.35º33.6%49.61%-
HSV(B)42.35º50.3%66.27%-
XYZ27.9429.0212.52-
YUV144.6493.78145.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=42.57%
G=36.27%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691448400.150.500.3442.3533.649.61
HexA990540F32222a2232
Octal2512201240176242524262
Binary1010100110010000101010001111110010100010101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99054; }

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

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

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

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

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

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

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

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