Html Css Color HEX #AD9444 Turmeric

📋 copy color: '#AD9444'

red 173 ◦ green 148 ◦ blue 68

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

Shades of Turmeric #AD9444

Tints of Turmeric #AD9444

RGB

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

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

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

R = 44.47%
G = 38.05%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9444 (or 0xAD9444) is known color: Turmeric. HEX triplet: AD, 94 and 44. RGB value is (173,148,68). Sum of RGB (Red+Green+Blue) = 173+148+68=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9444 is #526BBB. Grayscale: #929292. Windows color (decimal): -5401532 or 4494509. OLE color: 4494509.

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

Color convert

RGB 173 148 68 -
CMYK 0 0.14 0.61 0.32
HSL 45.71º 0.44% 0.47% -
HSV(B) 45.71º 0.61% 0.68% -
XYZ 28.87 30.48 9.83 -
YUV 146.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 173 148 68 0 0.14 0.61 0.32 45.71 0.44 0.47
Hex AD 94 44 0 E 3D 20 2E 2C 2F
Octal 255 224 104 0 16 75 40 56 54 57
Binary 10101101 10010100 1000100 0 1110 111101 100000 101110 101100 101111

Color Harmonies of #AD9444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9444

Black with #AD9444

Text Example


Text Example

White with #AD9444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9444; }

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

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

background-color css

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

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

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

border-color css

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

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

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