Html Css Color HEX #AC9E47 Husk

📋 copy color: '#AC9E47'

red 172 ◦ green 158 ◦ blue 71

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

Shades of Husk #AC9E47

Tints of Husk #AC9E47

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 42.89%
G = 39.4%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9E47 (or 0xAC9E47) is known color: Husk. HEX triplet: AC, 9E and 47. RGB value is (172,158,71). Sum of RGB (Red+Green+Blue) = 172+158+71=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E47 is #5361B8. Grayscale: #989898. Windows color (decimal): -5464505 or 4693676. OLE color: 4693676.

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

Color convert

RGB 172 158 71 -
CMYK 0 0.08 0.59 0.33
HSL 51.68º 0.42% 0.48% -
HSV(B) 51.68º 0.59% 0.67% -
XYZ 30.38 33.68 10.86 -
YUV 152.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 172 158 71 0 0.08 0.59 0.33 51.68 0.42 0.48
Hex AC 9E 47 0 8 3B 21 34 2A 30
Octal 254 236 107 0 10 73 41 64 52 60
Binary 10101100 10011110 1000111 0 1000 111011 100001 110100 101010 110000

Color Harmonies of #AC9E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E47

Black with #AC9E47

Text Example


Text Example

White with #AC9E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E47; }

 p { color: rgb(172,158,71); }

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

background-color css

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

 a { background-color: rgb(172,158,71); }

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

border-color css

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

 span { border-color: rgb(172,158,71); }

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