Html Css Color HEX #AD9D4B Husk

📋 copy color: '#AD9D4B'

red 173 ◦ green 157 ◦ blue 75

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

Shades of Husk #AD9D4B

Tints of Husk #AD9D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 42.72%
G = 38.77%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD9D4B (or 0xAD9D4B) is known color: Husk. HEX triplet: AD, 9D and 4B. RGB value is (173,157,75). Sum of RGB (Red+Green+Blue) = 173+157+75=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D4B is #5262B4. Grayscale: #989898. Windows color (decimal): -5399221 or 4955565. OLE color: 4955565.

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

Color convert

RGB 173 157 75 -
CMYK 0 0.09 0.57 0.32
HSL 50.2º 0.4% 0.49% -
HSV(B) 50.2º 0.57% 0.68% -
XYZ 30.56 33.51 11.51 -
YUV 152.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 173 157 75 0 0.09 0.57 0.32 50.2 0.4 0.49
Hex AD 9D 4B 0 9 39 20 32 28 31
Octal 255 235 113 0 11 71 40 62 50 61
Binary 10101101 10011101 1001011 0 1001 111001 100000 110010 101000 110001

Color Harmonies of #AD9D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D4B

Black with #AD9D4B

Text Example


Text Example

White with #AD9D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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