#A99741

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

Shades of Turmeric #A99741

Tints of Turmeric #A99741

Color information

#A99741 (or 0xA99741) is unknown color: approx Turmeric. HEX triplet: A9, 97 and 41. RGB value is (169,151,65). Sum of RGB (Red+Green+Blue) = 169+151+65=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99741 is #5668BE. Grayscale: #929292. Windows color (decimal): -5662911 or 4298665. OLE color: 4298665.

HSL color Cylindrical-coordinate representation of color #A99741: hue angle of 49.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99741 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16915165-
CMYK00.110.620.34
HSL49.62º44.44%45.88%-
HSV(B)49.62º61.54%66.27%-
XYZ28.3830.959.48-
YUV146.5881.96143.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=43.90%
G=39.22%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691516500.110.620.3449.6244.4445.88
HexA997410B3E22322c2e
Octal2512271010137642625456
Binary1010100110010111100000101011111110100010110010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99741; }

 p { color: rgb(169,151,65); }

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

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

 a { background-color: rgb(169,151,65); }

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

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

 span { border-color: rgb(169,151,65); }

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