#ACA45F

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

Shades of Gimblet #ACA45F

Tints of Gimblet #ACA45F

Color information

#ACA45F (or 0xACA45F) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 5F. RGB value is (172,164,95). Sum of RGB (Red+Green+Blue) = 172+164+95=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA45F is #535BA0. Grayscale: #9E9E9E. Windows color (decimal): -5462945 or 6268076. OLE color: 6268076.

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

Color convert

RGB17216495-
CMYK00.050.450.33
HSL53.77º31.69%52.35%-
HSV(B)53.77º44.77%67.45%-
XYZ32.3536.1516.1-
YUV158.5392.15137.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=39.91%
G=38.05%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721649500.050.450.3353.7731.6952.35
HexACA45F052D21362034
Octal254244137055541664064
Binary101011001010010010111110101101101100001110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA45F; }

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

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

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

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

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

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

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

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