Html Css Color HEX #AD9A44 Husk

📋 copy color: '#AD9A44'

red 173 ◦ green 154 ◦ blue 68

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

Shades of Husk #AD9A44

Tints of Husk #AD9A44

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 43.8%
G = 38.99%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9A44 (or 0xAD9A44) is known color: Husk. HEX triplet: AD, 9A and 44. RGB value is (173,154,68). Sum of RGB (Red+Green+Blue) = 173+154+68=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A44 is #5265BB. Grayscale: #969696. Windows color (decimal): -5399996 or 4496045. OLE color: 4496045.

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

Color convert

RGB 173 154 68 -
CMYK 0 0.11 0.61 0.32
HSL 49.14º 0.44% 0.47% -
HSV(B) 49.14º 0.61% 0.68% -
XYZ 29.83 32.41 10.15 -
YUV 149.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 173 154 68 0 0.11 0.61 0.32 49.14 0.44 0.47
Hex AD 9A 44 0 B 3D 20 31 2C 2F
Octal 255 232 104 0 13 75 40 61 54 57
Binary 10101101 10011010 1000100 0 1011 111101 100000 110001 101100 101111

Color Harmonies of #AD9A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A44

Black with #AD9A44

Text Example


Text Example

White with #AD9A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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