Html Css Color HEX #AD9456 Husk

📋 copy color: '#AD9456'

red 173 ◦ green 148 ◦ blue 86

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

Shades of Husk #AD9456

Tints of Husk #AD9456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 42.51%
G = 36.36%
B = 21.13%

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

#AD9456 (or 0xAD9456) is known color: Husk. HEX triplet: AD, 94 and 56. RGB value is (173,148,86). Sum of RGB (Red+Green+Blue) = 173+148+86=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9456 is #526BA9. Grayscale: #949494. Windows color (decimal): -5401514 or 5674157. OLE color: 5674157.

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

Color convert

RGB 173 148 86 -
CMYK 0 0.14 0.50 0.32
HSL 42.76º 0.35% 0.51% -
HSV(B) 42.76º 0.5% 0.68% -
XYZ 29.5 30.74 13.18 -
YUV 148.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 173 148 86 0 0.14 0.50 0.32 42.76 0.35 0.51
Hex AD 94 56 0 E 32 20 2B 23 33
Octal 255 224 126 0 16 62 40 53 43 63
Binary 10101101 10010100 1010110 0 1110 110010 100000 101011 100011 110011

Color Harmonies of #AD9456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9456

Black with #AD9456

Text Example


Text Example

White with #AD9456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9456; }

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

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

background-color css

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

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

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

border-color css

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

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

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