Html Css Color HEX #AD9351 Husk

📋 copy color: '#AD9351'

red 173 ◦ green 147 ◦ blue 81

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

Shades of Husk #AD9351

Tints of Husk #AD9351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 43.14%
G = 36.66%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD9351 (or 0xAD9351) is known color: Husk. HEX triplet: AD, 93 and 51. RGB value is (173,147,81). Sum of RGB (Red+Green+Blue) = 173+147+81=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9351 is #526CAE. Grayscale: #939393. Windows color (decimal): -5401775 or 5346221. OLE color: 5346221.

HSL color Cylindrical-coordinate representation of color #AD9351: hue angle of 43.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9351 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 81 -
CMYK 0 0.15 0.53 0.32
HSL 43.04º 0.36% 0.5% -
HSV(B) 43.04º 0.53% 0.68% -
XYZ 29.15 30.35 12.11 -
YUV 147.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 173 147 81 0 0.15 0.53 0.32 43.04 0.36 0.5
Hex AD 93 51 0 F 35 20 2B 24 32
Octal 255 223 121 0 17 65 40 53 44 62
Binary 10101101 10010011 1010001 0 1111 110101 100000 101011 100100 110010

Color Harmonies of #AD9351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9351

Black with #AD9351

Text Example


Text Example

White with #AD9351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9351; }

 p { color: rgb(173,147,81); }

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

background-color css

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

 a { background-color: rgb(173,147,81); }

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

border-color css

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

 span { border-color: rgb(173,147,81); }

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