#AD9149

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

Shades of Turmeric #AD9149

Tints of Turmeric #AD9149

Color information

#AD9149 (or 0xAD9149) is unknown color: approx Turmeric. HEX triplet: AD, 91 and 49. RGB value is (173,145,73). Sum of RGB (Red+Green+Blue) = 173+145+73=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9149 is #526EB6. Grayscale: #919191. Windows color (decimal): -5402295 or 4821421. OLE color: 4821421.

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

Color convert

RGB17314573-
CMYK00.160.580.32
HSL43.2º40.65%48.24%-
HSV(B)43.2º57.8%67.84%-
XYZ28.5629.6210.51-
YUV145.1687.28147.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=44.25%
G=37.08%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731457300.160.580.3243.240.6548.24
HexAD91490103A202b2930
Octal2552211110207240535160
Binary10101101100100011001001010000111010100000101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9149; }

 p { color: rgb(173,145,73); }

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

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

 a { background-color: rgb(173,145,73); }

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

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

 span { border-color: rgb(173,145,73); }

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