#ACA463

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

Shades of Gimblet #ACA463

Tints of Gimblet #ACA463

Color information

#ACA463 (or 0xACA463) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 63. RGB value is (172,164,99). Sum of RGB (Red+Green+Blue) = 172+164+99=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA463 is #535B9C. Grayscale: #9F9F9F. Windows color (decimal): -5462941 or 6530220. OLE color: 6530220.

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

Color convert

RGB17216499-
CMYK00.050.420.33
HSL53.42º30.54%53.14%-
HSV(B)53.42º42.44%67.45%-
XYZ32.5436.2217.08-
YUV158.9894.15137.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=39.54%
G=37.70%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721649900.050.420.3353.4230.5453.14
HexACA463052A21351f35
Octal254244143055241653765
Binary10101100101001001100011010110101010000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA463; }

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

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

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

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

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

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

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

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