Html Css Color HEX #AD9E56 Husk

📋 copy color: '#AD9E56'

red 173 ◦ green 158 ◦ blue 86

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

Shades of Husk #AD9E56

Tints of Husk #AD9E56

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 41.49%
G = 37.89%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9E56 (or 0xAD9E56) is known color: Husk. HEX triplet: AD, 9E and 56. RGB value is (173,158,86). Sum of RGB (Red+Green+Blue) = 173+158+86=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E56 is #5261A9. Grayscale: #9A9A9A. Windows color (decimal): -5398954 or 5676717. OLE color: 5676717.

HSL color Cylindrical-coordinate representation of color #AD9E56: hue angle of 49.66º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD9E56 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 86 -
CMYK 0 0.09 0.50 0.32
HSL 49.66º 0.35% 0.51% -
HSV(B) 49.66º 0.5% 0.68% -
XYZ 31.14 34.01 13.73 -
YUV 154.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 173 158 86 0 0.09 0.50 0.32 49.66 0.35 0.51
Hex AD 9E 56 0 9 32 20 32 23 33
Octal 255 236 126 0 11 62 40 62 43 63
Binary 10101101 10011110 1010110 0 1001 110010 100000 110010 100011 110011

Color Harmonies of #AD9E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E56

Black with #AD9E56

Text Example


Text Example

White with #AD9E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E56; }

 p { color: rgb(173,158,86); }

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

background-color css

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

 a { background-color: rgb(173,158,86); }

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

border-color css

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

 span { border-color: rgb(173,158,86); }

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