#AD9445

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

Shades of Turmeric #AD9445

Tints of Turmeric #AD9445

Color information

#AD9445 (or 0xAD9445) is unknown color: approx Turmeric. HEX triplet: AD, 94 and 45. RGB value is (173,148,69). Sum of RGB (Red+Green+Blue) = 173+148+69=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9445 is #526BBA. Grayscale: #929292. Windows color (decimal): -5401531 or 4560045. OLE color: 4560045.

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

Color convert

RGB17314869-
CMYK00.140.600.32
HSL45.58º42.98%47.45%-
HSV(B)45.58º60.12%67.84%-
XYZ28.930.499.99-
YUV146.4784.28146.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=44.36%
G=37.95%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731486900.140.600.3245.5842.9847.45
HexAD94450E3C202e2b2f
Octal2552241050167440565357
Binary1010110110010100100010101110111100100000101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9445; }

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

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

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

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

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

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

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

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