#ACA66C

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

Shades of Gimblet #ACA66C

Tints of Gimblet #ACA66C

Color information

#ACA66C (or 0xACA66C) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 6C. RGB value is (172,166,108). Sum of RGB (Red+Green+Blue) = 172+166+108=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA66C is #535993. Grayscale: #A1A1A1. Windows color (decimal): -5462420 or 7120556. OLE color: 7120556.

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

Color convert

RGB172166108-
CMYK00.030.370.33
HSL54.38º27.83%54.9%-
HSV(B)54.38º37.21%67.45%-
XYZ33.3637.1319.6-
YUV161.1897.99135.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=38.57%
G=37.22%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610800.030.370.3354.3827.8354.9
HexACA66C032521361c37
Octal254246154034541663467
Binary1010110010100110110110001110010110000111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA66C; }

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

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

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

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

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

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

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

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