#AC9E63

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

Shades of Gimblet #AC9E63

Tints of Gimblet #AC9E63

Color information

#AC9E63 (or 0xAC9E63) is unknown color: approx Gimblet. HEX triplet: AC, 9E and 63. RGB value is (172,158,99). Sum of RGB (Red+Green+Blue) = 172+158+99=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E63 is #53619C. Grayscale: #9B9B9B. Windows color (decimal): -5464477 or 6528684. OLE color: 6528684.

HSL color Cylindrical-coordinate representation of color #AC9E63: hue angle of 48.49º 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 #AC9E63 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17215899-
CMYK00.080.420.33
HSL48.49º30.54%53.14%-
HSV(B)48.49º42.44%67.45%-
XYZ31.4934.1316.73-
YUV155.4696.14139.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=40.09%
G=36.83%
B=23.08%

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
Decimal1721589900.080.420.3348.4930.5453.14
HexAC9E63082A21301f35
Octal2542361430105241603765
Binary101011001001111011000110100010101010000111000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E63; }

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

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

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

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

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

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

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

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