#A9963F

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

Shades of Turmeric #A9963F

Tints of Turmeric #A9963F

Color information

#A9963F (or 0xA9963F) is unknown color: approx Turmeric. HEX triplet: A9, 96 and 3F. RGB value is (169,150,63). Sum of RGB (Red+Green+Blue) = 169+150+63=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9963F is #5669C0. Grayscale: #929292. Windows color (decimal): -5663169 or 4167337. OLE color: 4167337.

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

Color convert

RGB16915063-
CMYK00.110.630.34
HSL49.25º45.69%45.49%-
HSV(B)49.25º62.72%66.27%-
XYZ28.1730.619.13-
YUV145.7681.29144.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 63 (25% from 255) = 16.49%
R=44.24%
G=39.27%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691506300.110.630.3449.2545.6945.49
HexA9963F0B3F22312e2d
Octal251226770137742615655
Binary101010011001011011111101011111111100010110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9963F; }

 p { color: rgb(169,150,63); }

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

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

 a { background-color: rgb(169,150,63); }

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

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

 span { border-color: rgb(169,150,63); }

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