#AD993D

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

Shades of Turmeric #AD993D

Tints of Turmeric #AD993D

Color information

#AD993D (or 0xAD993D) is unknown color: approx Turmeric. HEX triplet: AD, 99 and 3D. RGB value is (173,153,61). Sum of RGB (Red+Green+Blue) = 173+153+61=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993D is #5266C2. Grayscale: #949494. Windows color (decimal): -5400259 or 4037037. OLE color: 4037037.

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

Color convert

RGB17315361-
CMYK00.120.650.32
HSL49.29º47.86%45.88%-
HSV(B)49.29º64.74%67.84%-
XYZ29.47329.04-
YUV148.4978.63145.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=44.70%
G=39.53%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731536100.120.650.3249.2947.8645.88
HexAD993D0C412031302e
Octal2552317501410140616056
Binary1010110110011001111101011001000001100000110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD993D; }

 p { color: rgb(173,153,61); }

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

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

 a { background-color: rgb(173,153,61); }

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

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

 span { border-color: rgb(173,153,61); }

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