#AD963F

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

Shades of Turmeric #AD963F

Tints of Turmeric #AD963F

Color information

#AD963F (or 0xAD963F) is unknown color: approx Turmeric. HEX triplet: AD, 96 and 3F. RGB value is (173,150,63). Sum of RGB (Red+Green+Blue) = 173+150+63=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD963F is #5269C0. Grayscale: #939393. Windows color (decimal): -5401025 or 4167341. OLE color: 4167341.

HSL color Cylindrical-coordinate representation of color #AD963F: hue angle of 47.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD963F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17315063-
CMYK00.130.640.32
HSL47.45º46.61%46.27%-
HSV(B)47.45º63.58%67.84%-
XYZ29.0431.069.17-
YUV146.9680.62146.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 63 (25% from 255) = 16.32%
R=44.82%
G=38.86%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731506300.130.640.3247.4546.6146.27
HexAD963F0D40202f2f2e
Octal2552267701510040575756
Binary1010110110010110111111011011000000100000101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD963F; }

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

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

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

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

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

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

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

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