Html Css Color HEX #AC9F49 Husk

📋 copy color: '#AC9F49'

red 172 ◦ green 159 ◦ blue 73

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

Shades of Husk #AC9F49

Tints of Husk #AC9F49

RGB

 RED value IS 172 (67.58% from 255) = 42.57%

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 42.57%
G = 39.36%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9F49 (or 0xAC9F49) is known color: Husk. HEX triplet: AC, 9F and 49. RGB value is (172,159,73). Sum of RGB (Red+Green+Blue) = 172+159+73=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F49 is #5360B6. Grayscale: #999999. Windows color (decimal): -5464247 or 4825004. OLE color: 4825004.

HSL color Cylindrical-coordinate representation of color #AC9F49: hue angle of 52.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9F49 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 73 -
CMYK 0 0.08 0.58 0.33
HSL 52.12º 0.4% 0.48% -
HSV(B) 52.12º 0.58% 0.67% -
XYZ 30.61 34.05 11.26 -
YUV 153.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 172 159 73 0 0.08 0.58 0.33 52.12 0.4 0.48
Hex AC 9F 49 0 8 3A 21 34 28 30
Octal 254 237 111 0 10 72 41 64 50 60
Binary 10101100 10011111 1001001 0 1000 111010 100001 110100 101000 110000

Color Harmonies of #AC9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F49

Black with #AC9F49

Text Example


Text Example

White with #AC9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F49; }

 p { color: rgb(172,159,73); }

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

background-color css

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

 a { background-color: rgb(172,159,73); }

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

border-color css

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

 span { border-color: rgb(172,159,73); }

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