Html Css Color HEX #AD9944 Husk

📋 copy color: '#AD9944'

red 173 ◦ green 153 ◦ blue 68

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

Shades of Husk #AD9944

Tints of Husk #AD9944

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 43.91%
G = 38.83%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9944 (or 0xAD9944) is known color: Husk. HEX triplet: AD, 99 and 44. RGB value is (173,153,68). Sum of RGB (Red+Green+Blue) = 173+153+68=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9944 is #5266BB. Grayscale: #959595. Windows color (decimal): -5400252 or 4495789. OLE color: 4495789.

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

Color convert

RGB 173 153 68 -
CMYK 0 0.12 0.61 0.32
HSL 48.57º 0.44% 0.47% -
HSV(B) 48.57º 0.61% 0.68% -
XYZ 29.67 32.08 10.1 -
YUV 149.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 173 153 68 0 0.12 0.61 0.32 48.57 0.44 0.47
Hex AD 99 44 0 C 3D 20 31 2C 2F
Octal 255 231 104 0 14 75 40 61 54 57
Binary 10101101 10011001 1000100 0 1100 111101 100000 110001 101100 101111

Color Harmonies of #AD9944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9944

Black with #AD9944

Text Example


Text Example

White with #AD9944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9944; }

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

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

background-color css

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

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

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

border-color css

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

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

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