Html Css Color HEX #AD9847 Husk

📋 copy color: '#AD9847'

red 173 ◦ green 152 ◦ blue 71

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

Shades of Husk #AD9847

Tints of Husk #AD9847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 43.69%
G = 38.38%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD9847 (or 0xAD9847) is known color: Husk. HEX triplet: AD, 98 and 47. RGB value is (173,152,71). Sum of RGB (Red+Green+Blue) = 173+152+71=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9847 is #5267B8. Grayscale: #959595. Windows color (decimal): -5400505 or 4692141. OLE color: 4692141.

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

Color convert

RGB 173 152 71 -
CMYK 0 0.12 0.59 0.32
HSL 47.65º 0.42% 0.48% -
HSV(B) 47.65º 0.59% 0.68% -
XYZ 29.6 31.8 10.54 -
YUV 149.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 173 152 71 0 0.12 0.59 0.32 47.65 0.42 0.48
Hex AD 98 47 0 C 3B 20 30 2A 30
Octal 255 230 107 0 14 73 40 60 52 60
Binary 10101101 10011000 1000111 0 1100 111011 100000 110000 101010 110000

Color Harmonies of #AD9847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9847

Black with #AD9847

Text Example


Text Example

White with #AD9847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9847; }

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

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

background-color css

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

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

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

border-color css

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

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

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