Html Css Color HEX #AD9747 Husk

📋 copy color: '#AD9747'

red 173 ◦ green 151 ◦ blue 71

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

Shades of Husk #AD9747

Tints of Husk #AD9747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 43.8%
G = 38.23%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD9747 (or 0xAD9747) is known color: Husk. HEX triplet: AD, 97 and 47. RGB value is (173,151,71). Sum of RGB (Red+Green+Blue) = 173+151+71=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9747 is #5268B8. Grayscale: #949494. Windows color (decimal): -5400761 or 4691885. OLE color: 4691885.

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

Color convert

RGB 173 151 71 -
CMYK 0 0.13 0.59 0.32
HSL 47.06º 0.42% 0.48% -
HSV(B) 47.06º 0.59% 0.68% -
XYZ 29.44 31.47 10.48 -
YUV 148.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 173 151 71 0 0.13 0.59 0.32 47.06 0.42 0.48
Hex AD 97 47 0 D 3B 20 2F 2A 30
Octal 255 227 107 0 15 73 40 57 52 60
Binary 10101101 10010111 1000111 0 1101 111011 100000 101111 101010 110000

Color Harmonies of #AD9747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9747

Black with #AD9747

Text Example


Text Example

White with #AD9747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9747; }

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

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

background-color css

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

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

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

border-color css

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

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

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