#A99740

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

Shades of Turmeric #A99740

Tints of Turmeric #A99740

Color information

#A99740 (or 0xA99740) is unknown color: approx Turmeric. HEX triplet: A9, 97 and 40. RGB value is (169,151,64). Sum of RGB (Red+Green+Blue) = 169+151+64=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99740 is #5668BF. Grayscale: #929292. Windows color (decimal): -5662912 or 4233129. OLE color: 4233129.

HSL color Cylindrical-coordinate representation of color #A99740: hue angle of 49.71º degrees, saturation: 0.45, 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 #A99740 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16915164-
CMYK00.110.620.34
HSL49.71º45.06%45.69%-
HSV(B)49.71º62.13%66.27%-
XYZ28.3530.949.33-
YUV146.4681.46144.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=44.01%
G=39.32%
B=16.67%

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
Decimal1691516400.110.620.3449.7145.0645.69
HexA997400B3E22322d2e
Octal2512271000137642625556
Binary1010100110010111100000001011111110100010110010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99740; }

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

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

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

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

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

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

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

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