#AD9143

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

Shades of Turmeric #AD9143

Tints of Turmeric #AD9143

Color information

#AD9143 (or 0xAD9143) is unknown color: approx Turmeric. HEX triplet: AD, 91 and 43. RGB value is (173,145,67). Sum of RGB (Red+Green+Blue) = 173+145+67=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9143 is #526EBC. Grayscale: #909090. Windows color (decimal): -5402301 or 4428205. OLE color: 4428205.

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

Color convert

RGB17314567-
CMYK00.160.610.32
HSL44.15º44.17%47.06%-
HSV(B)44.15º61.27%67.84%-
XYZ28.3729.549.52-
YUV144.4884.28148.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=44.94%
G=37.66%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731456700.160.610.3244.1544.1747.06
HexAD91430103D202c2c2f
Octal2552211030207540545457
Binary10101101100100011000011010000111101100000101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9143; }

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

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

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

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

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

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

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

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