Html Css Color HEX #AC9949 Husk

📋 copy color: '#AC9949'

red 172 ◦ green 153 ◦ blue 73

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

Shades of Husk #AC9949

Tints of Husk #AC9949

RGB

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

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

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

R = 43.22%
G = 38.44%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9949 (or 0xAC9949) is known color: Husk. HEX triplet: AC, 99 and 49. RGB value is (172,153,73). Sum of RGB (Red+Green+Blue) = 172+153+73=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9949 is #5366B6. Grayscale: #959595. Windows color (decimal): -5465783 or 4823468. OLE color: 4823468.

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

Color convert

RGB 172 153 73 -
CMYK 0 0.11 0.58 0.33
HSL 48.48º 0.4% 0.48% -
HSV(B) 48.48º 0.58% 0.67% -
XYZ 29.61 32.03 10.93 -
YUV 149.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 172 153 73 0 0.11 0.58 0.33 48.48 0.4 0.48
Hex AC 99 49 0 B 3A 21 30 28 30
Octal 254 231 111 0 13 72 41 60 50 60
Binary 10101100 10011001 1001001 0 1011 111010 100001 110000 101000 110000

Color Harmonies of #AC9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9949

Black with #AC9949

Text Example


Text Example

White with #AC9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9949; }

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

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

background-color css

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

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

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

border-color css

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

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

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