#AD9441

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

Shades of Turmeric #AD9441

Tints of Turmeric #AD9441

Color information

#AD9441 (or 0xAD9441) is unknown color: approx Turmeric. HEX triplet: AD, 94 and 41. RGB value is (173,148,65). Sum of RGB (Red+Green+Blue) = 173+148+65=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9441 is #526BBE. Grayscale: #929292. Windows color (decimal): -5401535 or 4297901. OLE color: 4297901.

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

Color convert

RGB17314865-
CMYK00.140.620.32
HSL46.11º45.38%46.67%-
HSV(B)46.11º62.43%67.84%-
XYZ28.7830.459.36-
YUV146.0182.28147.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=44.82%
G=38.34%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731486500.140.620.3246.1145.3846.67
HexAD94410E3E202e2d2f
Octal2552241010167640565557
Binary1010110110010100100000101110111110100000101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9441; }

 p { color: rgb(173,148,65); }

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

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

 a { background-color: rgb(173,148,65); }

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

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

 span { border-color: rgb(173,148,65); }

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