#A99544

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

Shades of Turmeric #A99544

Tints of Turmeric #A99544

Color information

#A99544 (or 0xA99544) is unknown color: approx Turmeric. HEX triplet: A9, 95 and 44. RGB value is (169,149,68). Sum of RGB (Red+Green+Blue) = 169+149+68=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99544 is #566ABB. Grayscale: #929292. Windows color (decimal): -5663420 or 4494761. OLE color: 4494761.

HSL color Cylindrical-coordinate representation of color #A99544: hue angle of 48.12º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A99544 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16914968-
CMYK00.120.600.34
HSL48.12º42.62%46.47%-
HSV(B)48.12º59.76%66.27%-
XYZ28.1530.359.84-
YUV145.7584.13144.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=43.78%
G=38.60%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691496800.120.600.3448.1242.6246.47
HexA995440C3C22302b2e
Octal2512251040147442605356
Binary1010100110010101100010001100111100100010110000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99544; }

 p { color: rgb(169,149,68); }

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

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

 a { background-color: rgb(169,149,68); }

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

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

 span { border-color: rgb(169,149,68); }

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