Html Css Color HEX #AD9F4D Husk

📋 copy color: '#AD9F4D'

red 173 ◦ green 159 ◦ blue 77

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

Shades of Husk #AD9F4D

Tints of Husk #AD9F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 42.3%
G = 38.88%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD9F4D (or 0xAD9F4D) is known color: Husk. HEX triplet: AD, 9F and 4D. RGB value is (173,159,77). Sum of RGB (Red+Green+Blue) = 173+159+77=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F4D is #5260B2. Grayscale: #9A9A9A. Windows color (decimal): -5398707 or 5087149. OLE color: 5087149.

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

Color convert

RGB 173 159 77 -
CMYK 0 0.08 0.55 0.32
HSL 51.25º 0.38% 0.49% -
HSV(B) 51.25º 0.55% 0.68% -
XYZ 30.97 34.22 11.99 -
YUV 153.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 173 159 77 0 0.08 0.55 0.32 51.25 0.38 0.49
Hex AD 9F 4D 0 8 37 20 33 26 31
Octal 255 237 115 0 10 67 40 63 46 61
Binary 10101101 10011111 1001101 0 1000 110111 100000 110011 100110 110001

Color Harmonies of #AD9F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F4D

Black with #AD9F4D

Text Example


Text Example

White with #AD9F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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