Html Css Color HEX #AD9446 Turmeric

📋 copy color: '#AD9446'

red 173 ◦ green 148 ◦ blue 70

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

Shades of Turmeric #AD9446

Tints of Turmeric #AD9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 44.25%
G = 37.85%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9446 (or 0xAD9446) is known color: Turmeric. HEX triplet: AD, 94 and 46. RGB value is (173,148,70). Sum of RGB (Red+Green+Blue) = 173+148+70=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9446 is #526BB9. Grayscale: #929292. Windows color (decimal): -5401530 or 4625581. OLE color: 4625581.

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

Color convert

RGB 173 148 70 -
CMYK 0 0.14 0.60 0.32
HSL 45.44º 0.42% 0.48% -
HSV(B) 45.44º 0.6% 0.68% -
XYZ 28.93 30.51 10.16 -
YUV 146.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 173 148 70 0 0.14 0.60 0.32 45.44 0.42 0.48
Hex AD 94 46 0 E 3C 20 2D 2A 30
Octal 255 224 106 0 16 74 40 55 52 60
Binary 10101101 10010100 1000110 0 1110 111100 100000 101101 101010 110000

Color Harmonies of #AD9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9446

Black with #AD9446

Text Example


Text Example

White with #AD9446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9446; }

 p { color: rgb(173,148,70); }

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

background-color css

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

 a { background-color: rgb(173,148,70); }

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

border-color css

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

 span { border-color: rgb(173,148,70); }

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