Html Css Color HEX #AD9C56 Husk

📋 copy color: '#AD9C56'

red 173 ◦ green 156 ◦ blue 86

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

Shades of Husk #AD9C56

Tints of Husk #AD9C56

RGB

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

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

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

R = 41.69%
G = 37.59%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9C56 (or 0xAD9C56) is known color: Husk. HEX triplet: AD, 9C and 56. RGB value is (173,156,86). Sum of RGB (Red+Green+Blue) = 173+156+86=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C56 is #5263A9. Grayscale: #999999. Windows color (decimal): -5399466 or 5676205. OLE color: 5676205.

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

Color convert

RGB 173 156 86 -
CMYK 0 0.10 0.50 0.32
HSL 48.28º 0.35% 0.51% -
HSV(B) 48.28º 0.5% 0.68% -
XYZ 30.8 33.33 13.61 -
YUV 153.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 173 156 86 0 0.10 0.50 0.32 48.28 0.35 0.51
Hex AD 9C 56 0 A 32 20 30 23 33
Octal 255 234 126 0 12 62 40 60 43 63
Binary 10101101 10011100 1010110 0 1010 110010 100000 110000 100011 110011

Color Harmonies of #AD9C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C56

Black with #AD9C56

Text Example


Text Example

White with #AD9C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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