Html Css Color HEX #AD9A51 Husk

📋 copy color: '#AD9A51'

red 173 ◦ green 154 ◦ blue 81

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

Shades of Husk #AD9A51

Tints of Husk #AD9A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 42.4%
G = 37.75%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD9A51 (or 0xAD9A51) is known color: Husk. HEX triplet: AD, 9A and 51. RGB value is (173,154,81). Sum of RGB (Red+Green+Blue) = 173+154+81=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A51 is #5265AE. Grayscale: #979797. Windows color (decimal): -5399983 or 5348013. OLE color: 5348013.

HSL color Cylindrical-coordinate representation of color #AD9A51: hue angle of 47.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9A51 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 154 81 -
CMYK 0 0.11 0.53 0.32
HSL 47.61º 0.36% 0.5% -
HSV(B) 47.61º 0.53% 0.68% -
XYZ 30.27 32.59 12.48 -
YUV 151.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 173 154 81 0 0.11 0.53 0.32 47.61 0.36 0.5
Hex AD 9A 51 0 B 35 20 30 24 32
Octal 255 232 121 0 13 65 40 60 44 62
Binary 10101101 10011010 1010001 0 1011 110101 100000 110000 100100 110010

Color Harmonies of #AD9A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A51

Black with #AD9A51

Text Example


Text Example

White with #AD9A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A51; }

 p { color: rgb(173,154,81); }

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

background-color css

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

 a { background-color: rgb(173,154,81); }

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

border-color css

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

 span { border-color: rgb(173,154,81); }

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