#ACA663

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

Shades of Gimblet #ACA663

Tints of Gimblet #ACA663

Color information

#ACA663 (or 0xACA663) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 63. RGB value is (172,166,99). Sum of RGB (Red+Green+Blue) = 172+166+99=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA663 is #53599C. Grayscale: #A0A0A0. Windows color (decimal): -5462429 or 6530732. OLE color: 6530732.

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

Color convert

RGB17216699-
CMYK00.030.420.33
HSL55.07º30.54%53.14%-
HSV(B)55.07º42.44%67.45%-
XYZ32.936.9417.2-
YUV160.1693.49136.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 99 (39.06% from 255) = 22.65%
R=39.36%
G=37.99%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721669900.030.420.3355.0730.5453.14
HexACA663032A21371f35
Octal254246143035241673765
Binary1010110010100110110001101110101010000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA663; }

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

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

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

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

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

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

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

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