Html Css Color HEX #AD944A Husk

📋 copy color: '#AD944A'

red 173 ◦ green 148 ◦ blue 74

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

Shades of Husk #AD944A

Tints of Husk #AD944A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 43.8%
G = 37.47%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD944A (or 0xAD944A) is known color: Husk. HEX triplet: AD, 94 and 4A. RGB value is (173,148,74). Sum of RGB (Red+Green+Blue) = 173+148+74=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD944A is #526BB5. Grayscale: #939393. Windows color (decimal): -5401526 or 4887725. OLE color: 4887725.

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

Color convert

RGB 173 148 74 -
CMYK 0 0.14 0.57 0.32
HSL 44.85º 0.4% 0.48% -
HSV(B) 44.85º 0.57% 0.68% -
XYZ 29.06 30.56 10.85 -
YUV 147.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 173 148 74 0 0.14 0.57 0.32 44.85 0.4 0.48
Hex AD 94 4A 0 E 39 20 2D 28 30
Octal 255 224 112 0 16 71 40 55 50 60
Binary 10101101 10010100 1001010 0 1110 111001 100000 101101 101000 110000

Color Harmonies of #AD944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD944A

Black with #AD944A

Text Example


Text Example

White with #AD944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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