Html Css Color HEX #AD9B5B Husk

📋 copy color: '#AD9B5B'

red 173 ◦ green 155 ◦ blue 91

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

Shades of Husk #AD9B5B

Tints of Husk #AD9B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 41.29%
G = 36.99%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD9B5B (or 0xAD9B5B) is known color: Husk. HEX triplet: AD, 9B and 5B. RGB value is (173,155,91). Sum of RGB (Red+Green+Blue) = 173+155+91=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B5B is #5264A4. Grayscale: #999999. Windows color (decimal): -5399717 or 6003629. OLE color: 6003629.

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

Color convert

RGB 173 155 91 -
CMYK 0 0.10 0.47 0.32
HSL 46.83º 0.33% 0.52% -
HSV(B) 46.83º 0.47% 0.68% -
XYZ 30.84 33.08 14.66 -
YUV 153.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 173 155 91 0 0.10 0.47 0.32 46.83 0.33 0.52
Hex AD 9B 5B 0 A 2F 20 2F 21 34
Octal 255 233 133 0 12 57 40 57 41 64
Binary 10101101 10011011 1011011 0 1010 101111 100000 101111 100001 110100

Color Harmonies of #AD9B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B5B

Black with #AD9B5B

Text Example


Text Example

White with #AD9B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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