#ACA764

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

Shades of Gimblet #ACA764

Tints of Gimblet #ACA764

Color information

#ACA764 (or 0xACA764) is unknown color: approx Gimblet. HEX triplet: AC, A7 and 64. RGB value is (172,167,100). Sum of RGB (Red+Green+Blue) = 172+167+100=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA764 is #53589B. Grayscale: #A1A1A1. Windows color (decimal): -5462172 or 6596524. OLE color: 6596524.

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

Color convert

RGB172167100-
CMYK00.030.420.33
HSL55.83º30.25%53.33%-
HSV(B)55.83º41.86%67.45%-
XYZ33.1337.3317.52-
YUV160.8693.66135.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 100 (39.45% from 255) = 22.78%
R=39.18%
G=38.04%
B=22.78%

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
Decimal17216710000.030.420.3355.8330.2553.33
HexACA764032A21381e35
Octal254247144035241703665
Binary1010110010100111110010001110101010000111100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA764; }

 p { color: rgb(172,167,100); }

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

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

 a { background-color: rgb(172,167,100); }

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

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

 span { border-color: rgb(172,167,100); }

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