Html Css Color HEX #AD9A47 Husk

📋 copy color: '#AD9A47'

red 173 ◦ green 154 ◦ blue 71

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

Shades of Husk #AD9A47

Tints of Husk #AD9A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 43.47%
G = 38.69%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD9A47 (or 0xAD9A47) is known color: Husk. HEX triplet: AD, 9A and 47. RGB value is (173,154,71). Sum of RGB (Red+Green+Blue) = 173+154+71=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A47 is #5265B8. Grayscale: #969696. Windows color (decimal): -5399993 or 4692653. OLE color: 4692653.

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

Color convert

RGB 173 154 71 -
CMYK 0 0.11 0.59 0.32
HSL 48.82º 0.42% 0.48% -
HSV(B) 48.82º 0.59% 0.68% -
XYZ 29.93 32.45 10.65 -
YUV 150.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 173 154 71 0 0.11 0.59 0.32 48.82 0.42 0.48
Hex AD 9A 47 0 B 3B 20 31 2A 30
Octal 255 232 107 0 13 73 40 61 52 60
Binary 10101101 10011010 1000111 0 1011 111011 100000 110001 101010 110000

Color Harmonies of #AD9A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A47

Black with #AD9A47

Text Example


Text Example

White with #AD9A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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