#ACA763

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

Shades of Gimblet #ACA763

Tints of Gimblet #ACA763

Color information

#ACA763 (or 0xACA763) is unknown color: approx Gimblet. HEX triplet: AC, A7 and 63. RGB value is (172,167,99). Sum of RGB (Red+Green+Blue) = 172+167+99=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA763 is #53589C. Grayscale: #A1A1A1. Windows color (decimal): -5462173 or 6530988. OLE color: 6530988.

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

Color convert

RGB17216799-
CMYK00.030.420.33
HSL55.89º30.54%53.14%-
HSV(B)55.89º42.44%67.45%-
XYZ33.0837.3117.26-
YUV160.7493.16136.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=39.27%
G=38.13%
B=22.60%

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
Decimal1721679900.030.420.3355.8930.5453.14
HexACA763032A21381f35
Octal254247143035241703765
Binary1010110010100111110001101110101010000111100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA763; }

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

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

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

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

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

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

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

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