Html Css Color HEX #AD9C59 Husk

📋 copy color: '#AD9C59'

red 173 ◦ green 156 ◦ blue 89

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

Shades of Husk #AD9C59

Tints of Husk #AD9C59

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 41.39%
G = 37.32%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9C59 (or 0xAD9C59) is known color: Husk. HEX triplet: AD, 9C and 59. RGB value is (173,156,89). Sum of RGB (Red+Green+Blue) = 173+156+89=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C59 is #5263A6. Grayscale: #999999. Windows color (decimal): -5399463 or 5872813. OLE color: 5872813.

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

Color convert

RGB 173 156 89 -
CMYK 0 0.10 0.49 0.32
HSL 47.86º 0.34% 0.51% -
HSV(B) 47.86º 0.49% 0.68% -
XYZ 30.93 33.38 14.26 -
YUV 153.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 173 156 89 0 0.10 0.49 0.32 47.86 0.34 0.51
Hex AD 9C 59 0 A 31 20 30 22 33
Octal 255 234 131 0 12 61 40 60 42 63
Binary 10101101 10011100 1011001 0 1010 110001 100000 110000 100010 110011

Color Harmonies of #AD9C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C59

Black with #AD9C59

Text Example


Text Example

White with #AD9C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C59; }

 p { color: rgb(173,156,89); }

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

background-color css

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

 a { background-color: rgb(173,156,89); }

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

border-color css

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

 span { border-color: rgb(173,156,89); }

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