Html Css Color HEX #AD9E46 Husk

📋 copy color: '#AD9E46'

red 173 ◦ green 158 ◦ blue 70

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

Shades of Husk #AD9E46

Tints of Husk #AD9E46

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 43.14%
G = 39.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9E46 (or 0xAD9E46) is known color: Husk. HEX triplet: AD, 9E and 46. RGB value is (173,158,70). Sum of RGB (Red+Green+Blue) = 173+158+70=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E46 is #5261B9. Grayscale: #989898. Windows color (decimal): -5398970 or 4628141. OLE color: 4628141.

HSL color Cylindrical-coordinate representation of color #AD9E46: hue angle of 51.26º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9E46 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 70 -
CMYK 0 0.09 0.60 0.32
HSL 51.26º 0.42% 0.48% -
HSV(B) 51.26º 0.6% 0.68% -
XYZ 30.57 33.78 10.7 -
YUV 152.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 173 158 70 0 0.09 0.60 0.32 51.26 0.42 0.48
Hex AD 9E 46 0 9 3C 20 33 2A 30
Octal 255 236 106 0 11 74 40 63 52 60
Binary 10101101 10011110 1000110 0 1001 111100 100000 110011 101010 110000

Color Harmonies of #AD9E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E46

Black with #AD9E46

Text Example


Text Example

White with #AD9E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E46; }

 p { color: rgb(173,158,70); }

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

background-color css

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

 a { background-color: rgb(173,158,70); }

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

border-color css

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

 span { border-color: rgb(173,158,70); }

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