Html Css Color HEX #AD9044 Turmeric

📋 copy color: '#AD9044'

red 173 ◦ green 144 ◦ blue 68

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

Shades of Turmeric #AD9044

Tints of Turmeric #AD9044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 44.94%
G = 37.4%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9044 (or 0xAD9044) is known color: Turmeric. HEX triplet: AD, 90 and 44. RGB value is (173,144,68). Sum of RGB (Red+Green+Blue) = 173+144+68=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9044 is #526FBB. Grayscale: #909090. Windows color (decimal): -5402556 or 4493485. OLE color: 4493485.

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

Color convert

RGB 173 144 68 -
CMYK 0 0.17 0.61 0.32
HSL 43.43º 0.44% 0.47% -
HSV(B) 43.43º 0.61% 0.68% -
XYZ 28.25 29.25 9.63 -
YUV 144.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 173 144 68 0 0.17 0.61 0.32 43.43 0.44 0.47
Hex AD 90 44 0 11 3D 20 2B 2C 2F
Octal 255 220 104 0 21 75 40 53 54 57
Binary 10101101 10010000 1000100 0 10001 111101 100000 101011 101100 101111

Color Harmonies of #AD9044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9044

Black with #AD9044

Text Example


Text Example

White with #AD9044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9044; }

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

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

background-color css

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

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

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

border-color css

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

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

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