Html Css Color HEX #AD994C Husk

📋 copy color: '#AD994C'

red 173 ◦ green 153 ◦ blue 76

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

Shades of Husk #AD994C

Tints of Husk #AD994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 43.03%
G = 38.06%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD994C (or 0xAD994C) is known color: Husk. HEX triplet: AD, 99 and 4C. RGB value is (173,153,76). Sum of RGB (Red+Green+Blue) = 173+153+76=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD994C is #5266B3. Grayscale: #969696. Windows color (decimal): -5400244 or 5020077. OLE color: 5020077.

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

Color convert

RGB 173 153 76 -
CMYK 0 0.12 0.56 0.32
HSL 47.63º 0.39% 0.49% -
HSV(B) 47.63º 0.56% 0.68% -
XYZ 29.93 32.19 11.47 -
YUV 150.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 173 153 76 0 0.12 0.56 0.32 47.63 0.39 0.49
Hex AD 99 4C 0 C 38 20 30 27 31
Octal 255 231 114 0 14 70 40 60 47 61
Binary 10101101 10011001 1001100 0 1100 111000 100000 110000 100111 110001

Color Harmonies of #AD994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD994C

Black with #AD994C

Text Example


Text Example

White with #AD994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD994C; }

 p { color: rgb(173,153,76); }

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

background-color css

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

 a { background-color: rgb(173,153,76); }

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

border-color css

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

 span { border-color: rgb(173,153,76); }

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