Html Css Color HEX #AC9D46 Husk

📋 copy color: '#AC9D46'

red 172 ◦ green 157 ◦ blue 70

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

Shades of Husk #AC9D46

Tints of Husk #AC9D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 43.11%
G = 39.35%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9D46 (or 0xAC9D46) is known color: Husk. HEX triplet: AC, 9D and 46. RGB value is (172,157,70). Sum of RGB (Red+Green+Blue) = 172+157+70=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D46 is #5362B9. Grayscale: #979797. Windows color (decimal): -5464762 or 4627884. OLE color: 4627884.

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

Color convert

RGB 172 157 70 -
CMYK 0 0.09 0.59 0.33
HSL 51.18º 0.42% 0.47% -
HSV(B) 51.18º 0.59% 0.67% -
XYZ 30.18 33.33 10.64 -
YUV 151.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 172 157 70 0 0.09 0.59 0.33 51.18 0.42 0.47
Hex AC 9D 46 0 9 3B 21 33 2A 2F
Octal 254 235 106 0 11 73 41 63 52 57
Binary 10101100 10011101 1000110 0 1001 111011 100001 110011 101010 101111

Color Harmonies of #AC9D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D46

Black with #AC9D46

Text Example


Text Example

White with #AC9D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D46; }

 p { color: rgb(172,157,70); }

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

background-color css

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

 a { background-color: rgb(172,157,70); }

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

border-color css

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

 span { border-color: rgb(172,157,70); }

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