#ACA45D

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

Shades of Gimblet #ACA45D

Tints of Gimblet #ACA45D

Color information

#ACA45D (or 0xACA45D) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 5D. RGB value is (172,164,93). Sum of RGB (Red+Green+Blue) = 172+164+93=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA45D is #535BA2. Grayscale: #9E9E9E. Windows color (decimal): -5462947 or 6137004. OLE color: 6137004.

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

Color convert

RGB17216493-
CMYK00.050.460.33
HSL53.92º32.24%51.96%-
HSV(B)53.92º45.93%67.45%-
XYZ32.2636.1115.63-
YUV158.391.15137.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=40.09%
G=38.23%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721649300.050.460.3353.9232.2451.96
HexACA45D052E21362034
Octal254244135055641664064
Binary101011001010010010111010101101110100001110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA45D; }

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

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

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

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

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

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

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

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