Html Css Color HEX #AD9744 Husk

📋 copy color: '#AD9744'

red 173 ◦ green 151 ◦ blue 68

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

Shades of Husk #AD9744

Tints of Husk #AD9744

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

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

R = 44.13%
G = 38.52%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9744 (or 0xAD9744) is known color: Husk. HEX triplet: AD, 97 and 44. RGB value is (173,151,68). Sum of RGB (Red+Green+Blue) = 173+151+68=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9744 is #5268BB. Grayscale: #949494. Windows color (decimal): -5400764 or 4495277. OLE color: 4495277.

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

Color convert

RGB 173 151 68 -
CMYK 0 0.13 0.61 0.32
HSL 47.43º 0.44% 0.47% -
HSV(B) 47.43º 0.61% 0.68% -
XYZ 29.34 31.43 9.99 -
YUV 148.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 173 151 68 0 0.13 0.61 0.32 47.43 0.44 0.47
Hex AD 97 44 0 D 3D 20 2F 2C 2F
Octal 255 227 104 0 15 75 40 57 54 57
Binary 10101101 10010111 1000100 0 1101 111101 100000 101111 101100 101111

Color Harmonies of #AD9744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9744

Black with #AD9744

Text Example


Text Example

White with #AD9744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9744; }

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

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

background-color css

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

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

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

border-color css

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

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

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