#AD8D43

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

Shades of Turmeric #AD8D43

Tints of Turmeric #AD8D43

Color information

#AD8D43 (or 0xAD8D43) is unknown color: approx Turmeric. HEX triplet: AD, 8D and 43. RGB value is (173,141,67). Sum of RGB (Red+Green+Blue) = 173+141+67=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D43 is #5272BC. Grayscale: #8E8E8E. Windows color (decimal): -5403325 or 4427181. OLE color: 4427181.

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

Color convert

RGB17314167-
CMYK00.180.610.32
HSL41.89º44.17%47.06%-
HSV(B)41.89º61.27%67.84%-
XYZ27.7728.349.32-
YUV142.1385.6150.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=45.41%
G=37.01%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731416700.180.610.3241.8944.1747.06
HexAD8D430123D202a2c2f
Octal2552151030227540525457
Binary10101101100011011000011010010111101100000101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D43; }

 p { color: rgb(173,141,67); }

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

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

 a { background-color: rgb(173,141,67); }

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

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

 span { border-color: rgb(173,141,67); }

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