#AD963E

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

Shades of Turmeric #AD963E

Tints of Turmeric #AD963E

Color information

#AD963E (or 0xAD963E) is unknown color: approx Turmeric. HEX triplet: AD, 96 and 3E. RGB value is (173,150,62). Sum of RGB (Red+Green+Blue) = 173+150+62=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD963E is #5269C1. Grayscale: #939393. Windows color (decimal): -5401026 or 4101805. OLE color: 4101805.

HSL color Cylindrical-coordinate representation of color #AD963E: hue angle of 47.57º 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 #AD963E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17315062-
CMYK00.130.640.32
HSL47.57º47.23%46.08%-
HSV(B)47.57º64.16%67.84%-
XYZ29.0131.049.02-
YUV146.8480.12146.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=44.94%
G=38.96%
B=16.10%

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
Decimal1731506200.130.640.3247.5747.2346.08
HexAD963E0D4020302f2e
Octal2552267601510040605756
Binary1010110110010110111110011011000000100000110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD963E; }

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

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

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

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

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

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

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

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