Html Css Color HEX #AD9A48 Husk

📋 copy color: '#AD9A48'

red 173 ◦ green 154 ◦ blue 72

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

Shades of Husk #AD9A48

Tints of Husk #AD9A48

RGB

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

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

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

R = 43.36%
G = 38.6%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9A48 (or 0xAD9A48) is known color: Husk. HEX triplet: AD, 9A and 48. RGB value is (173,154,72). Sum of RGB (Red+Green+Blue) = 173+154+72=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A48 is #5265B7. Grayscale: #969696. Windows color (decimal): -5399992 or 4758189. OLE color: 4758189.

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

Color convert

RGB 173 154 72 -
CMYK 0 0.11 0.58 0.32
HSL 48.71º 0.41% 0.48% -
HSV(B) 48.71º 0.58% 0.68% -
XYZ 29.96 32.46 10.82 -
YUV 150.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 173 154 72 0 0.11 0.58 0.32 48.71 0.41 0.48
Hex AD 9A 48 0 B 3A 20 31 29 30
Octal 255 232 110 0 13 72 40 61 51 60
Binary 10101101 10011010 1001000 0 1011 111010 100000 110001 101001 110000

Color Harmonies of #AD9A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A48

Black with #AD9A48

Text Example


Text Example

White with #AD9A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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