Html Css Color HEX #AD944F Husk

📋 copy color: '#AD944F'

red 173 ◦ green 148 ◦ blue 79

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

Shades of Husk #AD944F

Tints of Husk #AD944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 43.25%
G = 37%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD944F (or 0xAD944F) is known color: Husk. HEX triplet: AD, 94 and 4F. RGB value is (173,148,79). Sum of RGB (Red+Green+Blue) = 173+148+79=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD944F is #526BB0. Grayscale: #939393. Windows color (decimal): -5401521 or 5215405. OLE color: 5215405.

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

Color convert

RGB 173 148 79 -
CMYK 0 0.14 0.54 0.32
HSL 44.04º 0.37% 0.49% -
HSV(B) 44.04º 0.54% 0.68% -
XYZ 29.23 30.63 11.77 -
YUV 147.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 173 148 79 0 0.14 0.54 0.32 44.04 0.37 0.49
Hex AD 94 4F 0 E 36 20 2C 25 31
Octal 255 224 117 0 16 66 40 54 45 61
Binary 10101101 10010100 1001111 0 1110 110110 100000 101100 100101 110001

Color Harmonies of #AD944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD944F

Black with #AD944F

Text Example


Text Example

White with #AD944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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