#ACA966

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

Shades of Gimblet #ACA966

Tints of Gimblet #ACA966

Color information

#ACA966 (or 0xACA966) is unknown color: approx Gimblet. HEX triplet: AC, A9 and 66. RGB value is (172,169,102). Sum of RGB (Red+Green+Blue) = 172+169+102=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA966 is #535699. Grayscale: #A2A2A2. Windows color (decimal): -5461658 or 6728108. OLE color: 6728108.

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

Color convert

RGB172169102-
CMYK00.020.410.33
HSL57.43º29.66%53.73%-
HSV(B)57.43º40.7%67.45%-
XYZ33.638.1118.15-
YUV162.2693.99134.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=38.83%
G=38.15%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216910200.020.410.3357.4329.6653.73
HexACA966022921391e36
Octal254251146025141713666
Binary1010110010101001110011001010100110000111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA966; }

 p { color: rgb(172,169,102); }

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

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

 a { background-color: rgb(172,169,102); }

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

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

 span { border-color: rgb(172,169,102); }

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