#AD9541

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

Shades of Turmeric #AD9541

Tints of Turmeric #AD9541

Color information

#AD9541 (or 0xAD9541) is unknown color: approx Turmeric. HEX triplet: AD, 95 and 41. RGB value is (173,149,65). Sum of RGB (Red+Green+Blue) = 173+149+65=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9541 is #526ABE. Grayscale: #929292. Windows color (decimal): -5401279 or 4298157. OLE color: 4298157.

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

Color convert

RGB17314965-
CMYK00.140.620.32
HSL46.67º45.38%46.67%-
HSV(B)46.67º62.43%67.84%-
XYZ28.9430.769.41-
YUV146.681.95146.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=44.70%
G=38.50%
B=16.80%

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
Decimal1731496500.140.620.3246.6745.3846.67
HexAD95410E3E202f2d2f
Octal2552251010167640575557
Binary1010110110010101100000101110111110100000101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9541; }

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

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

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

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

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

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

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

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