Html Css Color HEX #AD9F48 Husk

📋 copy color: '#AD9F48'

red 173 ◦ green 159 ◦ blue 72

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

Shades of Husk #AD9F48

Tints of Husk #AD9F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 42.82%
G = 39.36%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9F48 (or 0xAD9F48) is known color: Husk. HEX triplet: AD, 9F and 48. RGB value is (173,159,72). Sum of RGB (Red+Green+Blue) = 173+159+72=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F48 is #5260B7. Grayscale: #999999. Windows color (decimal): -5398712 or 4759469. OLE color: 4759469.

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

Color convert

RGB 173 159 72 -
CMYK 0 0.08 0.58 0.32
HSL 51.68º 0.41% 0.48% -
HSV(B) 51.68º 0.58% 0.68% -
XYZ 30.8 34.15 11.1 -
YUV 153.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 173 159 72 0 0.08 0.58 0.32 51.68 0.41 0.48
Hex AD 9F 48 0 8 3A 20 34 29 30
Octal 255 237 110 0 10 72 40 64 51 60
Binary 10101101 10011111 1001000 0 1000 111010 100000 110100 101001 110000

Color Harmonies of #AD9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F48

Black with #AD9F48

Text Example


Text Example

White with #AD9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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