#AD9A3E

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

Shades of Turmeric #AD9A3E

Tints of Turmeric #AD9A3E

Color information

#AD9A3E (or 0xAD9A3E) is unknown color: approx Turmeric. HEX triplet: AD, 9A and 3E. RGB value is (173,154,62). Sum of RGB (Red+Green+Blue) = 173+154+62=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A3E is #5265C1. Grayscale: #959595. Windows color (decimal): -5400002 or 4102829. OLE color: 4102829.

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

Color convert

RGB17315462-
CMYK00.110.640.32
HSL49.73º47.23%46.08%-
HSV(B)49.73º64.16%67.84%-
XYZ29.6632.349.24-
YUV149.1978.79144.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=44.47%
G=39.59%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731546200.110.640.3249.7347.2346.08
HexAD9A3E0B4020322f2e
Octal2552327601310040625756
Binary1010110110011010111110010111000000100000110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A3E; }

 p { color: rgb(173,154,62); }

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

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

 a { background-color: rgb(173,154,62); }

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

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

 span { border-color: rgb(173,154,62); }

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