Html Css Color HEX #AC9956 Husk

📋 copy color: '#AC9956'

red 172 ◦ green 153 ◦ blue 86

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

Shades of Husk #AC9956

Tints of Husk #AC9956

RGB

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

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

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

R = 41.85%
G = 37.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC9956 (or 0xAC9956) is known color: Husk. HEX triplet: AC, 99 and 56. RGB value is (172,153,86). Sum of RGB (Red+Green+Blue) = 172+153+86=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9956 is #5366A9. Grayscale: #979797. Windows color (decimal): -5465770 or 5675436. OLE color: 5675436.

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

Color convert

RGB 172 153 86 -
CMYK 0 0.11 0.5 0.33
HSL 46.74º 0.34% 0.51% -
HSV(B) 46.74º 0.5% 0.67% -
XYZ 30.08 32.23 13.44 -
YUV 151.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 172 153 86 0 0.11 0.5 0.33 46.74 0.34 0.51
Hex AC 99 56 0 B 32 21 2F 22 33
Octal 254 231 126 0 13 62 41 57 42 63
Binary 10101100 10011001 1010110 0 1011 110010 100001 101111 100010 110011

Color Harmonies of #AC9956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9956

Black with #AC9956

Text Example


Text Example

White with #AC9956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9956; }

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

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

background-color css

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

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

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

border-color css

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

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

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