Html Css Color HEX #AD8D47 Turmeric

📋 copy color: '#AD8D47'

red 173 ◦ green 141 ◦ blue 71

#AD8D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AD8D47

Tints of Turmeric #AD8D47

RGB

 RED value IS 173 (67.97% from 255) = 44.94%

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 44.94%
G = 36.62%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD8D47 (or 0xAD8D47) is known color: Turmeric. HEX triplet: AD, 8D and 47. RGB value is (173,141,71). Sum of RGB (Red+Green+Blue) = 173+141+71=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D47 is #5272B8. Grayscale: #8E8E8E. Windows color (decimal): -5403321 or 4689325. OLE color: 4689325.

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

Color convert

RGB 173 141 71 -
CMYK 0 0.18 0.59 0.32
HSL 41.18º 0.42% 0.48% -
HSV(B) 41.18º 0.59% 0.68% -
XYZ 27.9 28.39 9.97 -
YUV 142.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 173 141 71 0 0.18 0.59 0.32 41.18 0.42 0.48
Hex AD 8D 47 0 12 3B 20 29 2A 30
Octal 255 215 107 0 22 73 40 51 52 60
Binary 10101101 10001101 1000111 0 10010 111011 100000 101001 101010 110000

Color Harmonies of #AD8D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D47

Black with #AD8D47

Text Example


Text Example

White with #AD8D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D47; }

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

 H1.HeaderClassName
 {
   color: #AD8D47;
 }
 .AnyTagClassName
 {
   color: #AD8D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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