#ACA357

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

Shades of Gimblet #ACA357

Tints of Gimblet #ACA357

Color information

#ACA357 (or 0xACA357) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 57. RGB value is (172,163,87). Sum of RGB (Red+Green+Blue) = 172+163+87=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA357 is #535CA8. Grayscale: #9D9D9D. Windows color (decimal): -5463209 or 5743532. OLE color: 5743532.

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

Color convert

RGB17216387-
CMYK00.050.490.33
HSL53.65º33.86%50.78%-
HSV(B)53.65º49.42%67.45%-
XYZ31.8335.6514.22-
YUV157.0388.48138.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=40.76%
G=38.63%
B=20.62%

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
Decimal1721638700.050.490.3353.6533.8650.78
HexACA357053121362233
Octal254243127056141664263
Binary101011001010001110101110101110001100001110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA357; }

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

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

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

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

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

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

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

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