Html Css Color HEX #AD9556 Husk

📋 copy color: '#AD9556'

red 173 ◦ green 149 ◦ blue 86

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

Shades of Husk #AD9556

Tints of Husk #AD9556

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 42.4%
G = 36.52%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9556 (or 0xAD9556) is known color: Husk. HEX triplet: AD, 95 and 56. RGB value is (173,149,86). Sum of RGB (Red+Green+Blue) = 173+149+86=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9556 is #526AA9. Grayscale: #959595. Windows color (decimal): -5401258 or 5674413. OLE color: 5674413.

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

Color convert

RGB 173 149 86 -
CMYK 0 0.14 0.50 0.32
HSL 43.45º 0.35% 0.51% -
HSV(B) 43.45º 0.5% 0.68% -
XYZ 29.66 31.05 13.23 -
YUV 148.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 173 149 86 0 0.14 0.50 0.32 43.45 0.35 0.51
Hex AD 95 56 0 E 32 20 2B 23 33
Octal 255 225 126 0 16 62 40 53 43 63
Binary 10101101 10010101 1010110 0 1110 110010 100000 101011 100011 110011

Color Harmonies of #AD9556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9556

Black with #AD9556

Text Example


Text Example

White with #AD9556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9556; }

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

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

background-color css

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

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

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

border-color css

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

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

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