#AC9F66

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

Shades of Gimblet #AC9F66

Tints of Gimblet #AC9F66

Color information

#AC9F66 (or 0xAC9F66) is unknown color: approx Gimblet. HEX triplet: AC, 9F and 66. RGB value is (172,159,102). Sum of RGB (Red+Green+Blue) = 172+159+102=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F66 is #536099. Grayscale: #9C9C9C. Windows color (decimal): -5464218 or 6725548. OLE color: 6725548.

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

Color convert

RGB172159102-
CMYK00.080.410.33
HSL48.86º29.66%53.73%-
HSV(B)48.86º40.7%67.45%-
XYZ31.8134.5317.56-
YUV156.3997.31139.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=39.72%
G=36.72%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215910200.080.410.3348.8629.6653.73
HexAC9F66082921311e36
Octal2542371460105141613666
Binary101011001001111111001100100010100110000111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F66; }

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

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

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

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

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

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

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

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