#ACA560

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

Shades of Gimblet #ACA560

Tints of Gimblet #ACA560

Color information

#ACA560 (or 0xACA560) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 60. RGB value is (172,165,96). Sum of RGB (Red+Green+Blue) = 172+165+96=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA560 is #535A9F. Grayscale: #9F9F9F. Windows color (decimal): -5462688 or 6333868. OLE color: 6333868.

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

Color convert

RGB17216596-
CMYK00.040.440.33
HSL54.47º31.4%52.55%-
HSV(B)54.47º44.19%67.45%-
XYZ32.5836.5316.4-
YUV159.2392.32137.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=39.72%
G=38.11%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721659600.040.440.3354.4731.452.55
HexACA560042C21361f35
Octal254245140045441663765
Binary10101100101001011100000010010110010000111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA560; }

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

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

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

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

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

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

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

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