Html Css Color HEX #AD984F Husk

📋 copy color: '#AD984F'

red 173 ◦ green 152 ◦ blue 79

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

Shades of Husk #AD984F

Tints of Husk #AD984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 42.82%
G = 37.62%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD984F (or 0xAD984F) is known color: Husk. HEX triplet: AD, 98 and 4F. RGB value is (173,152,79). Sum of RGB (Red+Green+Blue) = 173+152+79=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD984F is #5267B0. Grayscale: #969696. Windows color (decimal): -5400497 or 5216429. OLE color: 5216429.

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

Color convert

RGB 173 152 79 -
CMYK 0 0.12 0.54 0.32
HSL 46.6º 0.37% 0.49% -
HSV(B) 46.6º 0.54% 0.68% -
XYZ 29.87 31.91 11.98 -
YUV 149.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 173 152 79 0 0.12 0.54 0.32 46.6 0.37 0.49
Hex AD 98 4F 0 C 36 20 2F 25 31
Octal 255 230 117 0 14 66 40 57 45 61
Binary 10101101 10011000 1001111 0 1100 110110 100000 101111 100101 110001

Color Harmonies of #AD984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD984F

Black with #AD984F

Text Example


Text Example

White with #AD984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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