#AD9048

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

Shades of Turmeric #AD9048

Tints of Turmeric #AD9048

Color information

#AD9048 (or 0xAD9048) is unknown color: approx Turmeric. HEX triplet: AD, 90 and 48. RGB value is (173,144,72). Sum of RGB (Red+Green+Blue) = 173+144+72=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9048 is #526FB7. Grayscale: #909090. Windows color (decimal): -5402552 or 4755629. OLE color: 4755629.

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

Color convert

RGB17314472-
CMYK00.170.580.32
HSL42.77º41.22%48.04%-
HSV(B)42.77º58.38%67.84%-
XYZ28.3829.310.29-
YUV144.4687.11148.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=44.47%
G=37.02%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731447200.170.580.3242.7741.2248.04
HexAD90480113A202b2930
Octal2552201100217240535160
Binary10101101100100001001000010001111010100000101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9048; }

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

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

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

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

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

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

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

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