Html Css Color HEX #AC9756 Husk

📋 copy color: '#AC9756'

red 172 ◦ green 151 ◦ blue 86

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

Shades of Husk #AC9756

Tints of Husk #AC9756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 42.05%
G = 36.92%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC9756 (or 0xAC9756) is known color: Husk. HEX triplet: AC, 97 and 56. RGB value is (172,151,86). Sum of RGB (Red+Green+Blue) = 172+151+86=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9756 is #5368A9. Grayscale: #969696. Windows color (decimal): -5466282 or 5674924. OLE color: 5674924.

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

Color convert

RGB 172 151 86 -
CMYK 0 0.12 0.5 0.33
HSL 45.35º 0.34% 0.51% -
HSV(B) 45.35º 0.5% 0.67% -
XYZ 29.76 31.58 13.33 -
YUV 149.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 172 151 86 0 0.12 0.5 0.33 45.35 0.34 0.51
Hex AC 97 56 0 C 32 21 2D 22 33
Octal 254 227 126 0 14 62 41 55 42 63
Binary 10101100 10010111 1010110 0 1100 110010 100001 101101 100010 110011

Color Harmonies of #AC9756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9756

Black with #AC9756

Text Example


Text Example

White with #AC9756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9756; }

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

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

background-color css

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

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

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

border-color css

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

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

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