#ACA459

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

Shades of Gimblet #ACA459

Tints of Gimblet #ACA459

Color information

#ACA459 (or 0xACA459) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 59. RGB value is (172,164,89). Sum of RGB (Red+Green+Blue) = 172+164+89=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA459 is #535BA6. Grayscale: #9E9E9E. Windows color (decimal): -5462951 or 5874860. OLE color: 5874860.

HSL color Cylindrical-coordinate representation of color #ACA459: hue angle of 54.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACA459 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17216489-
CMYK00.050.480.33
HSL54.22º33.33%51.18%-
HSV(B)54.22º48.26%67.45%-
XYZ32.0936.0414.72-
YUV157.8489.15138.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=40.47%
G=38.59%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721648900.050.480.3354.2233.3351.18
HexACA459053021362133
Octal254244131056041664163
Binary101011001010010010110010101110000100001110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA459; }

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

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

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

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

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

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

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

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