Html Css Color HEX #AD9F4F Husk

📋 copy color: '#AD9F4F'

red 173 ◦ green 159 ◦ blue 79

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

Shades of Husk #AD9F4F

Tints of Husk #AD9F4F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

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

R = 42.09%
G = 38.69%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD9F4F (or 0xAD9F4F) is known color: Husk. HEX triplet: AD, 9F and 4F. RGB value is (173,159,79). Sum of RGB (Red+Green+Blue) = 173+159+79=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F4F is #5260B0. Grayscale: #9A9A9A. Windows color (decimal): -5398705 or 5218221. OLE color: 5218221.

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

Color convert

RGB 173 159 79 -
CMYK 0 0.08 0.54 0.32
HSL 51.06º 0.37% 0.49% -
HSV(B) 51.06º 0.54% 0.68% -
XYZ 31.04 34.25 12.37 -
YUV 154.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 173 159 79 0 0.08 0.54 0.32 51.06 0.37 0.49
Hex AD 9F 4F 0 8 36 20 33 25 31
Octal 255 237 117 0 10 66 40 63 45 61
Binary 10101101 10011111 1001111 0 1000 110110 100000 110011 100101 110001

Color Harmonies of #AD9F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F4F

Black with #AD9F4F

Text Example


Text Example

White with #AD9F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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