Html Css Color HEX #AD9C4B Husk

📋 copy color: '#AD9C4B'

red 173 ◦ green 156 ◦ blue 75

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

Shades of Husk #AD9C4B

Tints of Husk #AD9C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 42.82%
G = 38.61%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD9C4B (or 0xAD9C4B) is known color: Husk. HEX triplet: AD, 9C and 4B. RGB value is (173,156,75). Sum of RGB (Red+Green+Blue) = 173+156+75=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C4B is #5263B4. Grayscale: #989898. Windows color (decimal): -5399477 or 4955309. OLE color: 4955309.

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

Color convert

RGB 173 156 75 -
CMYK 0 0.10 0.57 0.32
HSL 49.59º 0.4% 0.49% -
HSV(B) 49.59º 0.57% 0.68% -
XYZ 30.39 33.17 11.46 -
YUV 151.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 173 156 75 0 0.10 0.57 0.32 49.59 0.4 0.49
Hex AD 9C 4B 0 A 39 20 32 28 31
Octal 255 234 113 0 12 71 40 62 50 61
Binary 10101101 10011100 1001011 0 1010 111001 100000 110010 101000 110001

Color Harmonies of #AD9C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C4B

Black with #AD9C4B

Text Example


Text Example

White with #AD9C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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