Html Css Color HEX #AD9244 Turmeric

📋 copy color: '#AD9244'

red 173 ◦ green 146 ◦ blue 68

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

Shades of Turmeric #AD9244

Tints of Turmeric #AD9244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 44.7%
G = 37.73%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9244 (or 0xAD9244) is known color: Turmeric. HEX triplet: AD, 92 and 44. RGB value is (173,146,68). Sum of RGB (Red+Green+Blue) = 173+146+68=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9244 is #526DBB. Grayscale: #919191. Windows color (decimal): -5402044 or 4493997. OLE color: 4493997.

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

Color convert

RGB 173 146 68 -
CMYK 0 0.16 0.61 0.32
HSL 44.57º 0.44% 0.47% -
HSV(B) 44.57º 0.61% 0.68% -
XYZ 28.56 29.86 9.73 -
YUV 145.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 173 146 68 0 0.16 0.61 0.32 44.57 0.44 0.47
Hex AD 92 44 0 10 3D 20 2D 2C 2F
Octal 255 222 104 0 20 75 40 55 54 57
Binary 10101101 10010010 1000100 0 10000 111101 100000 101101 101100 101111

Color Harmonies of #AD9244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9244

Black with #AD9244

Text Example


Text Example

White with #AD9244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9244; }

 p { color: rgb(173,146,68); }

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

background-color css

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

 a { background-color: rgb(173,146,68); }

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

border-color css

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

 span { border-color: rgb(173,146,68); }

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