Html Css Color HEX #AC9C49 Husk

📋 copy color: '#AC9C49'

red 172 ◦ green 156 ◦ blue 73

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

Shades of Husk #AC9C49

Tints of Husk #AC9C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 42.89%
G = 38.9%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9C49 (or 0xAC9C49) is known color: Husk. HEX triplet: AC, 9C and 49. RGB value is (172,156,73). Sum of RGB (Red+Green+Blue) = 172+156+73=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C49 is #5363B6. Grayscale: #979797. Windows color (decimal): -5465015 or 4824236. OLE color: 4824236.

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

Color convert

RGB 172 156 73 -
CMYK 0 0.09 0.58 0.33
HSL 50.3º 0.4% 0.48% -
HSV(B) 50.3º 0.58% 0.67% -
XYZ 30.1 33.03 11.09 -
YUV 151.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 172 156 73 0 0.09 0.58 0.33 50.3 0.4 0.48
Hex AC 9C 49 0 9 3A 21 32 28 30
Octal 254 234 111 0 11 72 41 62 50 60
Binary 10101100 10011100 1001001 0 1001 111010 100001 110010 101000 110000

Color Harmonies of #AC9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C49

Black with #AC9C49

Text Example


Text Example

White with #AC9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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