Html Css Color HEX #AD9449 Husk

📋 copy color: '#AD9449'

red 173 ◦ green 148 ◦ blue 73

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

Shades of Husk #AD9449

Tints of Husk #AD9449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 43.91%
G = 37.56%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9449 (or 0xAD9449) is known color: Husk. HEX triplet: AD, 94 and 49. RGB value is (173,148,73). Sum of RGB (Red+Green+Blue) = 173+148+73=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9449 is #526BB6. Grayscale: #939393. Windows color (decimal): -5401527 or 4822189. OLE color: 4822189.

HSL color Cylindrical-coordinate representation of color #AD9449: hue angle of 45º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9449 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 73 -
CMYK 0 0.14 0.58 0.32
HSL 45º 0.41% 0.48% -
HSV(B) 45º 0.58% 0.68% -
XYZ 29.03 30.55 10.67 -
YUV 146.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 173 148 73 0 0.14 0.58 0.32 45 0.41 0.48
Hex AD 94 49 0 E 3A 20 2D 29 30
Octal 255 224 111 0 16 72 40 55 51 60
Binary 10101101 10010100 1001001 0 1110 111010 100000 101101 101001 110000

Color Harmonies of #AD9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9449

Black with #AD9449

Text Example


Text Example

White with #AD9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9449; }

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

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

background-color css

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

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

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

border-color css

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

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

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