#AC9F62

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

Shades of Gimblet #AC9F62

Tints of Gimblet #AC9F62

Color information

#AC9F62 (or 0xAC9F62) is unknown color: approx Gimblet. HEX triplet: AC, 9F and 62. RGB value is (172,159,98). Sum of RGB (Red+Green+Blue) = 172+159+98=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F62 is #53609D. Grayscale: #9C9C9C. Windows color (decimal): -5464222 or 6463404. OLE color: 6463404.

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

Color convert

RGB17215998-
CMYK00.080.430.33
HSL49.46º30.83%52.94%-
HSV(B)49.46º43.02%67.45%-
XYZ31.6234.4516.54-
YUV155.9395.31139.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=40.09%
G=37.06%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721599800.080.430.3349.4630.8352.94
HexAC9F62082B21311f35
Octal2542371420105341613765
Binary101011001001111111000100100010101110000111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F62; }

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

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

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

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

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

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

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

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