Html Css Color HEX #AD9548 Husk

📋 copy color: '#AD9548'

red 173 ◦ green 149 ◦ blue 72

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

Shades of Husk #AD9548

Tints of Husk #AD9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 43.91%
G = 37.82%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9548 (or 0xAD9548) is known color: Husk. HEX triplet: AD, 95 and 48. RGB value is (173,149,72). Sum of RGB (Red+Green+Blue) = 173+149+72=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9548 is #526AB7. Grayscale: #939393. Windows color (decimal): -5401272 or 4756909. OLE color: 4756909.

HSL color Cylindrical-coordinate representation of color #AD9548: hue angle of 45.74º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9548 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 72 -
CMYK 0 0.14 0.58 0.32
HSL 45.74º 0.41% 0.48% -
HSV(B) 45.74º 0.58% 0.68% -
XYZ 29.15 30.85 10.55 -
YUV 147.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 173 149 72 0 0.14 0.58 0.32 45.74 0.41 0.48
Hex AD 95 48 0 E 3A 20 2E 29 30
Octal 255 225 110 0 16 72 40 56 51 60
Binary 10101101 10010101 1001000 0 1110 111010 100000 101110 101001 110000

Color Harmonies of #AD9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9548

Black with #AD9548

Text Example


Text Example

White with #AD9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9548; }

 p { color: rgb(173,149,72); }

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

background-color css

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

 a { background-color: rgb(173,149,72); }

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

border-color css

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

 span { border-color: rgb(173,149,72); }

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