Html Css Color HEX #AD9D5B Husk

📋 copy color: '#AD9D5B'

red 173 ◦ green 157 ◦ blue 91

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

Shades of Husk #AD9D5B

Tints of Husk #AD9D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 91 (35.94% from 255) = 21.62%

R = 41.09%
G = 37.29%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD9D5B (or 0xAD9D5B) is known color: Husk. HEX triplet: AD, 9D and 5B. RGB value is (173,157,91). Sum of RGB (Red+Green+Blue) = 173+157+91=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D5B is #5262A4. Grayscale: #9A9A9A. Windows color (decimal): -5399205 or 6004141. OLE color: 6004141.

HSL color Cylindrical-coordinate representation of color #AD9D5B: hue angle of 48.29º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD9D5B is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 91 -
CMYK 0 0.09 0.47 0.32
HSL 48.29º 0.33% 0.52% -
HSV(B) 48.29º 0.47% 0.68% -
XYZ 31.18 33.75 14.77 -
YUV 154.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 173 157 91 0 0.09 0.47 0.32 48.29 0.33 0.52
Hex AD 9D 5B 0 9 2F 20 30 21 34
Octal 255 235 133 0 11 57 40 60 41 64
Binary 10101101 10011101 1011011 0 1001 101111 100000 110000 100001 110100

Color Harmonies of #AD9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D5B

Black with #AD9D5B

Text Example


Text Example

White with #AD9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D5B; }

 p { color: rgb(173,157,91); }

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

background-color css

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

 a { background-color: rgb(173,157,91); }

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

border-color css

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

 span { border-color: rgb(173,157,91); }

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