#ACA468

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

Shades of Gimblet #ACA468

Tints of Gimblet #ACA468

Color information

#ACA468 (or 0xACA468) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 68. RGB value is (172,164,104). Sum of RGB (Red+Green+Blue) = 172+164+104=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA468 is #535B97. Grayscale: #9F9F9F. Windows color (decimal): -5462936 or 6857900. OLE color: 6857900.

HSL color Cylindrical-coordinate representation of color #ACA468: hue angle of 52.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACA468 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172164104-
CMYK00.050.400.33
HSL52.94º29.06%54.12%-
HSV(B)52.94º39.53%67.45%-
XYZ32.7936.3218.38-
YUV159.5596.65136.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=39.09%
G=37.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216410400.050.400.3352.9429.0654.12
HexACA468052821351d36
Octal254244150055041653566
Binary10101100101001001101000010110100010000111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA468; }

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

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

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

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

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

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

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

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