#ACA164

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

Shades of Gimblet #ACA164

Tints of Gimblet #ACA164

Color information

#ACA164 (or 0xACA164) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 64. RGB value is (172,161,100). Sum of RGB (Red+Green+Blue) = 172+161+100=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA164 is #535E9B. Grayscale: #9D9D9D. Windows color (decimal): -5463708 or 6594988. OLE color: 6594988.

HSL color Cylindrical-coordinate representation of color #ACA164: hue angle of 50.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACA164 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB172161100-
CMYK00.060.420.33
HSL50.83º30.25%53.33%-
HSV(B)50.83º41.86%67.45%-
XYZ32.0635.1817.16-
YUV157.3495.64138.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=39.72%
G=37.18%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216110000.060.420.3350.8330.2553.33
HexACA164062A21331e35
Octal254241144065241633665
Binary10101100101000011100100011010101010000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA164; }

 p { color: rgb(172,161,100); }

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

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

 a { background-color: rgb(172,161,100); }

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

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

 span { border-color: rgb(172,161,100); }

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