#AC9851

Color #AC9851 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AC9851

Tints of Husk #AC9851

Color information

#AC9851 (or 0xAC9851) is unknown color: approx Husk. HEX triplet: AC, 98 and 51. RGB value is (172,152,81). Sum of RGB (Red+Green+Blue) = 172+152+81=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9851 is #5367AE. Grayscale: #969696. Windows color (decimal): -5466031 or 5347500. OLE color: 5347500.

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

Color convert

RGB17215281-
CMYK00.120.530.33
HSL46.81º35.97%49.61%-
HSV(B)46.81º52.91%67.45%-
XYZ29.7331.8212.36-
YUV149.8989.13143.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 81 (32.03% from 255) = 20%
R=42.47%
G=37.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721528100.120.530.3346.8135.9749.61
HexAC98510C35212f2432
Octal2542301210146541574462
Binary1010110010011000101000101100110101100001101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9851; }

 p { color: rgb(172,152,81); }

 H1.HeaderClassName
 {
   color: #AC9851;
 }
 .AnyTagClassName
 {
   color: #AC9851;
 }
</style>
background-color css

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

 a { background-color: rgb(172,152,81); }

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

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

 span { border-color: rgb(172,152,81); }

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