Html Css Color HEX #AC9449 Husk

📋 copy color: '#AC9449'

red 172 ◦ green 148 ◦ blue 73

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

Shades of Husk #AC9449

Tints of Husk #AC9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 43.77%
G = 37.66%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9449 (or 0xAC9449) is known color: Husk. HEX triplet: AC, 94 and 49. RGB value is (172,148,73). Sum of RGB (Red+Green+Blue) = 172+148+73=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9449 is #536BB6. Grayscale: #929292. Windows color (decimal): -5467063 or 4822188. OLE color: 4822188.

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

Color convert

RGB 172 148 73 -
CMYK 0 0.14 0.58 0.33
HSL 45.45º 0.4% 0.48% -
HSV(B) 45.45º 0.58% 0.67% -
XYZ 28.81 30.43 10.66 -
YUV 146.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 172 148 73 0 0.14 0.58 0.33 45.45 0.4 0.48
Hex AC 94 49 0 E 3A 21 2D 28 30
Octal 254 224 111 0 16 72 41 55 50 60
Binary 10101100 10010100 1001001 0 1110 111010 100001 101101 101000 110000

Color Harmonies of #AC9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9449

Black with #AC9449

Text Example


Text Example

White with #AC9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9449; }

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

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

background-color css

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

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

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

border-color css

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

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

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