#AD9046

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

Shades of Turmeric #AD9046

Tints of Turmeric #AD9046

Color information

#AD9046 (or 0xAD9046) is unknown color: approx Turmeric. HEX triplet: AD, 90 and 46. RGB value is (173,144,70). Sum of RGB (Red+Green+Blue) = 173+144+70=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9046 is #526FB9. Grayscale: #909090. Windows color (decimal): -5402554 or 4624557. OLE color: 4624557.

HSL color Cylindrical-coordinate representation of color #AD9046: hue angle of 43.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9046 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17314470-
CMYK00.170.600.32
HSL43.11º42.39%47.65%-
HSV(B)43.11º59.54%67.84%-
XYZ28.3129.279.95-
YUV144.2386.11148.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=44.70%
G=37.21%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731447000.170.600.3243.1142.3947.65
HexAD90460113C202b2a30
Octal2552201060217440535260
Binary10101101100100001000110010001111100100000101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9046; }

 p { color: rgb(173,144,70); }

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

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

 a { background-color: rgb(173,144,70); }

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

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

 span { border-color: rgb(173,144,70); }

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