Html Css Color HEX #AD9948 Husk

📋 copy color: '#AD9948'

red 173 ◦ green 153 ◦ blue 72

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

Shades of Husk #AD9948

Tints of Husk #AD9948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 43.47%
G = 38.44%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9948 (or 0xAD9948) is known color: Husk. HEX triplet: AD, 99 and 48. RGB value is (173,153,72). Sum of RGB (Red+Green+Blue) = 173+153+72=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9948 is #5266B7. Grayscale: #969696. Windows color (decimal): -5400248 or 4757933. OLE color: 4757933.

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

Color convert

RGB 173 153 72 -
CMYK 0 0.12 0.58 0.32
HSL 48.12º 0.41% 0.48% -
HSV(B) 48.12º 0.58% 0.68% -
XYZ 29.79 32.13 10.76 -
YUV 149.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 173 153 72 0 0.12 0.58 0.32 48.12 0.41 0.48
Hex AD 99 48 0 C 3A 20 30 29 30
Octal 255 231 110 0 14 72 40 60 51 60
Binary 10101101 10011001 1001000 0 1100 111010 100000 110000 101001 110000

Color Harmonies of #AD9948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9948

Black with #AD9948

Text Example


Text Example

White with #AD9948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9948; }

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

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

background-color css

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

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

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

border-color css

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

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

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