Html Css Color HEX #AC9456 Husk

📋 copy color: '#AC9456'

red 172 ◦ green 148 ◦ blue 86

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

Shades of Husk #AC9456

Tints of Husk #AC9456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 42.36%
G = 36.45%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC9456 (or 0xAC9456) is known color: Husk. HEX triplet: AC, 94 and 56. RGB value is (172,148,86). Sum of RGB (Red+Green+Blue) = 172+148+86=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9456 is #536BA9. Grayscale: #949494. Windows color (decimal): -5467050 or 5674156. OLE color: 5674156.

HSL color Cylindrical-coordinate representation of color #AC9456: hue angle of 43.26º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC9456 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 86 -
CMYK 0 0.14 0.5 0.33
HSL 43.26º 0.34% 0.51% -
HSV(B) 43.26º 0.5% 0.67% -
XYZ 29.28 30.62 13.17 -
YUV 148.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 172 148 86 0 0.14 0.5 0.33 43.26 0.34 0.51
Hex AC 94 56 0 E 32 21 2B 22 33
Octal 254 224 126 0 16 62 41 53 42 63
Binary 10101100 10010100 1010110 0 1110 110010 100001 101011 100010 110011

Color Harmonies of #AC9456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9456

Black with #AC9456

Text Example


Text Example

White with #AC9456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9456; }

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

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

background-color css

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

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

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

border-color css

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

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

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