Html Css Color HEX #AD984D Husk

📋 copy color: '#AD984D'

red 173 ◦ green 152 ◦ blue 77

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

Shades of Husk #AD984D

Tints of Husk #AD984D

RGB

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

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

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

R = 43.03%
G = 37.81%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD984D (or 0xAD984D) is known color: Husk. HEX triplet: AD, 98 and 4D. RGB value is (173,152,77). Sum of RGB (Red+Green+Blue) = 173+152+77=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD984D is #5267B2. Grayscale: #969696. Windows color (decimal): -5400499 or 5085357. OLE color: 5085357.

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

Color convert

RGB 173 152 77 -
CMYK 0 0.12 0.55 0.32
HSL 46.88º 0.38% 0.49% -
HSV(B) 46.88º 0.55% 0.68% -
XYZ 29.8 31.88 11.6 -
YUV 149.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 173 152 77 0 0.12 0.55 0.32 46.88 0.38 0.49
Hex AD 98 4D 0 C 37 20 2F 26 31
Octal 255 230 115 0 14 67 40 57 46 61
Binary 10101101 10011000 1001101 0 1100 110111 100000 101111 100110 110001

Color Harmonies of #AD984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD984D

Black with #AD984D

Text Example


Text Example

White with #AD984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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