#ACA668

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

Shades of Gimblet #ACA668

Tints of Gimblet #ACA668

Color information

#ACA668 (or 0xACA668) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 68. RGB value is (172,166,104). Sum of RGB (Red+Green+Blue) = 172+166+104=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA668 is #535997. Grayscale: #A0A0A0. Windows color (decimal): -5462424 or 6858412. OLE color: 6858412.

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

Color convert

RGB172166104-
CMYK00.030.400.33
HSL54.71º29.06%54.12%-
HSV(B)54.71º39.53%67.45%-
XYZ33.1537.0418.5-
YUV160.7395.99136.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=38.91%
G=37.56%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610400.030.400.3354.7129.0654.12
HexACA668032821371d36
Octal254246150035041673566
Binary1010110010100110110100001110100010000111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA668; }

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

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

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

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

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

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

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

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