#AC9F60

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

Shades of Gimblet #AC9F60

Tints of Gimblet #AC9F60

Color information

#AC9F60 (or 0xAC9F60) is unknown color: approx Gimblet. HEX triplet: AC, 9F and 60. RGB value is (172,159,96). Sum of RGB (Red+Green+Blue) = 172+159+96=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F60 is #53609F. Grayscale: #9B9B9B. Windows color (decimal): -5464224 or 6332332. OLE color: 6332332.

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

Color convert

RGB17215996-
CMYK00.080.440.33
HSL49.74º31.4%52.55%-
HSV(B)49.74º44.19%67.45%-
XYZ31.5234.4116.05-
YUV155.794.31139.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=40.28%
G=37.24%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721599600.080.440.3349.7431.452.55
HexAC9F60082C21321f35
Octal2542371400105441623765
Binary101011001001111111000000100010110010000111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F60; }

 p { color: rgb(172,159,96); }

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

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

 a { background-color: rgb(172,159,96); }

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

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

 span { border-color: rgb(172,159,96); }

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