#ACA05D

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

Shades of Gimblet #ACA05D

Tints of Gimblet #ACA05D

Color information

#ACA05D (or 0xACA05D) is unknown color: approx Gimblet. HEX triplet: AC, A0 and 5D. RGB value is (172,160,93). Sum of RGB (Red+Green+Blue) = 172+160+93=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA05D is #535FA2. Grayscale: #9C9C9C. Windows color (decimal): -5463971 or 6135980. OLE color: 6135980.

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

Color convert

RGB17216093-
CMYK00.070.460.33
HSL50.89º32.24%51.96%-
HSV(B)50.89º45.93%67.45%-
XYZ31.5634.715.39-
YUV155.9592.48139.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=40.47%
G=37.65%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721609300.070.460.3350.8932.2451.96
HexACA05D072E21332034
Octal254240135075641634064
Binary101011001010000010111010111101110100001110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA05D; }

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

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

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

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

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

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

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

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