#AC9F63

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

Shades of Gimblet #AC9F63

Tints of Gimblet #AC9F63

Color information

#AC9F63 (or 0xAC9F63) is unknown color: approx Gimblet. HEX triplet: AC, 9F and 63. RGB value is (172,159,99). Sum of RGB (Red+Green+Blue) = 172+159+99=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F63 is #53609C. Grayscale: #9C9C9C. Windows color (decimal): -5464221 or 6528940. OLE color: 6528940.

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

Color convert

RGB17215999-
CMYK00.080.420.33
HSL49.32º30.54%53.14%-
HSV(B)49.32º42.44%67.45%-
XYZ31.6634.4716.79-
YUV156.0595.81139.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=40%
G=36.98%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721599900.080.420.3349.3230.5453.14
HexAC9F63082A21311f35
Octal2542371430105241613765
Binary101011001001111111000110100010101010000111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F63; }

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

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

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

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

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

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

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

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