Html Css Color HEX #AD9C44 Husk

📋 copy color: '#AD9C44'

red 173 ◦ green 156 ◦ blue 68

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

Shades of Husk #AD9C44

Tints of Husk #AD9C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 43.58%
G = 39.29%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9C44 (or 0xAD9C44) is known color: Husk. HEX triplet: AD, 9C and 44. RGB value is (173,156,68). Sum of RGB (Red+Green+Blue) = 173+156+68=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C44 is #5263BB. Grayscale: #979797. Windows color (decimal): -5399484 or 4496557. OLE color: 4496557.

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

Color convert

RGB 173 156 68 -
CMYK 0 0.10 0.61 0.32
HSL 50.29º 0.44% 0.47% -
HSV(B) 50.29º 0.61% 0.68% -
XYZ 30.17 33.08 10.26 -
YUV 151.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 173 156 68 0 0.10 0.61 0.32 50.29 0.44 0.47
Hex AD 9C 44 0 A 3D 20 32 2C 2F
Octal 255 234 104 0 12 75 40 62 54 57
Binary 10101101 10011100 1000100 0 1010 111101 100000 110010 101100 101111

Color Harmonies of #AD9C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C44

Black with #AD9C44

Text Example


Text Example

White with #AD9C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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