#ACA268

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

Shades of Gimblet #ACA268

Tints of Gimblet #ACA268

Color information

#ACA268 (or 0xACA268) is unknown color: approx Gimblet. HEX triplet: AC, A2 and 68. RGB value is (172,162,104). Sum of RGB (Red+Green+Blue) = 172+162+104=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA268 is #535D97. Grayscale: #9E9E9E. Windows color (decimal): -5463448 or 6857388. OLE color: 6857388.

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

Color convert

RGB172162104-
CMYK00.060.400.33
HSL51.18º29.06%54.12%-
HSV(B)51.18º39.53%67.45%-
XYZ32.4335.6118.26-
YUV158.3897.31137.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=39.27%
G=36.99%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216210400.060.400.3351.1829.0654.12
HexACA268062821331d36
Octal254242150065041633566
Binary10101100101000101101000011010100010000111001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA268; }

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

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

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

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

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

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

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

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