#ACA55F

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

Shades of Gimblet #ACA55F

Tints of Gimblet #ACA55F

Color information

#ACA55F (or 0xACA55F) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 5F. RGB value is (172,165,95). Sum of RGB (Red+Green+Blue) = 172+165+95=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA55F is #535AA0. Grayscale: #9F9F9F. Windows color (decimal): -5462689 or 6268332. OLE color: 6268332.

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

Color convert

RGB17216595-
CMYK00.040.450.33
HSL54.55º31.69%52.35%-
HSV(B)54.55º44.77%67.45%-
XYZ32.5336.5116.16-
YUV159.1191.82137.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=39.81%
G=38.19%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721659500.040.450.3354.5531.6952.35
HexACA55F042D21372034
Octal254245137045541674064
Binary101011001010010110111110100101101100001110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA55F; }

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

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

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

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

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

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

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

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