#ACA46C

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

Shades of Gimblet #ACA46C

Tints of Gimblet #ACA46C

Color information

#ACA46C (or 0xACA46C) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 6C. RGB value is (172,164,108). Sum of RGB (Red+Green+Blue) = 172+164+108=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA46C is #535B93. Grayscale: #A0A0A0. Windows color (decimal): -5462932 or 7120044. OLE color: 7120044.

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

Color convert

RGB172164108-
CMYK00.050.370.33
HSL52.5º27.83%54.9%-
HSV(B)52.5º37.21%67.45%-
XYZ3336.419.48-
YUV160.0198.65136.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=38.74%
G=36.94%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216410800.050.370.3352.527.8354.9
HexACA46C052521341c37
Octal254244154054541643467
Binary10101100101001001101100010110010110000111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA46C; }

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

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

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

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

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

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

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

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