Html Css Color HEX #AD9746 Husk

📋 copy color: '#AD9746'

red 173 ◦ green 151 ◦ blue 70

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

Shades of Husk #AD9746

Tints of Husk #AD9746

RGB

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

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

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

R = 43.91%
G = 38.32%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9746 (or 0xAD9746) is known color: Husk. HEX triplet: AD, 97 and 46. RGB value is (173,151,70). Sum of RGB (Red+Green+Blue) = 173+151+70=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9746 is #5268B9. Grayscale: #949494. Windows color (decimal): -5400762 or 4626349. OLE color: 4626349.

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

Color convert

RGB 173 151 70 -
CMYK 0 0.13 0.60 0.32
HSL 47.18º 0.42% 0.48% -
HSV(B) 47.18º 0.6% 0.68% -
XYZ 29.41 31.46 10.32 -
YUV 148.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 173 151 70 0 0.13 0.60 0.32 47.18 0.42 0.48
Hex AD 97 46 0 D 3C 20 2F 2A 30
Octal 255 227 106 0 15 74 40 57 52 60
Binary 10101101 10010111 1000110 0 1101 111100 100000 101111 101010 110000

Color Harmonies of #AD9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9746

Black with #AD9746

Text Example


Text Example

White with #AD9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9746; }

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

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

background-color css

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

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

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

border-color css

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

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

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