Html Css Color HEX #AD9E5B Husk

📋 copy color: '#AD9E5B'

red 173 ◦ green 158 ◦ blue 91

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

Shades of Husk #AD9E5B

Tints of Husk #AD9E5B

RGB

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

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

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

R = 41%
G = 37.44%
B = 21.56%

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

#AD9E5B (or 0xAD9E5B) is known color: Husk. HEX triplet: AD, 9E and 5B. RGB value is (173,158,91). Sum of RGB (Red+Green+Blue) = 173+158+91=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E5B is #5261A4. Grayscale: #9B9B9B. Windows color (decimal): -5398949 or 6004397. OLE color: 6004397.

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

Color convert

RGB 173 158 91 -
CMYK 0 0.09 0.47 0.32
HSL 49.02º 0.33% 0.52% -
HSV(B) 49.02º 0.47% 0.68% -
XYZ 31.35 34.09 14.83 -
YUV 154.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 173 158 91 0 0.09 0.47 0.32 49.02 0.33 0.52
Hex AD 9E 5B 0 9 2F 20 31 21 34
Octal 255 236 133 0 11 57 40 61 41 64
Binary 10101101 10011110 1011011 0 1001 101111 100000 110001 100001 110100

Color Harmonies of #AD9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E5B

Black with #AD9E5B

Text Example


Text Example

White with #AD9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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