#ACA36A

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

Shades of Gimblet #ACA36A

Tints of Gimblet #ACA36A

Color information

#ACA36A (or 0xACA36A) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 6A. RGB value is (172,163,106). Sum of RGB (Red+Green+Blue) = 172+163+106=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA36A is #535C95. Grayscale: #9F9F9F. Windows color (decimal): -5463190 or 6988716. OLE color: 6988716.

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

Color convert

RGB172163106-
CMYK00.050.380.33
HSL51.82º28.45%54.51%-
HSV(B)51.82º38.37%67.45%-
XYZ32.7136.0118.86-
YUV159.1997.98137.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=39.00%
G=36.96%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216310600.050.380.3351.8228.4554.51
HexACA36A052621341c37
Octal254243152054641643467
Binary10101100101000111101010010110011010000111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA36A; }

 p { color: rgb(172,163,106); }

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

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

 a { background-color: rgb(172,163,106); }

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

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

 span { border-color: rgb(172,163,106); }

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