#ACA660

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

Shades of Gimblet #ACA660

Tints of Gimblet #ACA660

Color information

#ACA660 (or 0xACA660) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 60. RGB value is (172,166,96). Sum of RGB (Red+Green+Blue) = 172+166+96=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA660 is #53599F. Grayscale: #A0A0A0. Windows color (decimal): -5462432 or 6334124. OLE color: 6334124.

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

Color convert

RGB17216696-
CMYK00.030.440.33
HSL55.26º31.4%52.55%-
HSV(B)55.26º44.19%67.45%-
XYZ32.7636.8916.46-
YUV159.8191.99136.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=39.63%
G=38.25%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721669600.030.440.3355.2631.452.55
HexACA660032C21371f35
Octal254246140035441673765
Binary1010110010100110110000001110110010000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA660; }

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

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

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

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

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

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

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

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