#ACA457

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

Shades of Gimblet #ACA457

Tints of Gimblet #ACA457

Color information

#ACA457 (or 0xACA457) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 57. RGB value is (172,164,87). Sum of RGB (Red+Green+Blue) = 172+164+87=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA457 is #535BA8. Grayscale: #9D9D9D. Windows color (decimal): -5462953 or 5743788. OLE color: 5743788.

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

Color convert

RGB17216487-
CMYK00.050.490.33
HSL54.35º33.86%50.78%-
HSV(B)54.35º49.42%67.45%-
XYZ32.0136.0114.28-
YUV157.6188.15138.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=40.66%
G=38.77%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721648700.050.490.3354.3533.8650.78
HexACA457053121362233
Octal254244127056141664263
Binary101011001010010010101110101110001100001110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA457; }

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

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

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

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

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

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

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

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