Html Css Color HEX #AD9344 Turmeric

📋 copy color: '#AD9344'

red 173 ◦ green 147 ◦ blue 68

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

Shades of Turmeric #AD9344

Tints of Turmeric #AD9344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

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

R = 44.59%
G = 37.89%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9344 (or 0xAD9344) is known color: Turmeric. HEX triplet: AD, 93 and 44. RGB value is (173,147,68). Sum of RGB (Red+Green+Blue) = 173+147+68=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9344 is #526CBB. Grayscale: #929292. Windows color (decimal): -5401788 or 4494253. OLE color: 4494253.

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

Color convert

RGB 173 147 68 -
CMYK 0 0.15 0.61 0.32
HSL 45.14º 0.44% 0.47% -
HSV(B) 45.14º 0.61% 0.68% -
XYZ 28.71 30.17 9.78 -
YUV 145.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 173 147 68 0 0.15 0.61 0.32 45.14 0.44 0.47
Hex AD 93 44 0 F 3D 20 2D 2C 2F
Octal 255 223 104 0 17 75 40 55 54 57
Binary 10101101 10010011 1000100 0 1111 111101 100000 101101 101100 101111

Color Harmonies of #AD9344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9344

Black with #AD9344

Text Example


Text Example

White with #AD9344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9344; }

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

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

background-color css

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

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

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

border-color css

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

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

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