Html Css Color HEX #AC9A49 Husk

📋 copy color: '#AC9A49'

red 172 ◦ green 154 ◦ blue 73

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

Shades of Husk #AC9A49

Tints of Husk #AC9A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

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

R = 43.11%
G = 38.6%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9A49 (or 0xAC9A49) is known color: Husk. HEX triplet: AC, 9A and 49. RGB value is (172,154,73). Sum of RGB (Red+Green+Blue) = 172+154+73=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A49 is #5365B6. Grayscale: #969696. Windows color (decimal): -5465527 or 4823724. OLE color: 4823724.

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

Color convert

RGB 172 154 73 -
CMYK 0 0.10 0.58 0.33
HSL 49.09º 0.4% 0.48% -
HSV(B) 49.09º 0.58% 0.67% -
XYZ 29.77 32.36 10.98 -
YUV 150.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 172 154 73 0 0.10 0.58 0.33 49.09 0.4 0.48
Hex AC 9A 49 0 A 3A 21 31 28 30
Octal 254 232 111 0 12 72 41 61 50 60
Binary 10101100 10011010 1001001 0 1010 111010 100001 110001 101000 110000

Color Harmonies of #AC9A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A49

Black with #AC9A49

Text Example


Text Example

White with #AC9A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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