#ACA266

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

Shades of Gimblet #ACA266

Tints of Gimblet #ACA266

Color information

#ACA266 (or 0xACA266) is unknown color: approx Gimblet. HEX triplet: AC, A2 and 66. RGB value is (172,162,102). Sum of RGB (Red+Green+Blue) = 172+162+102=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA266 is #535D99. Grayscale: #9E9E9E. Windows color (decimal): -5463450 or 6726316. OLE color: 6726316.

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

Color convert

RGB172162102-
CMYK00.060.410.33
HSL51.43º29.66%53.73%-
HSV(B)51.43º40.7%67.45%-
XYZ32.3335.5717.73-
YUV158.1596.31137.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=39.45%
G=37.16%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216210200.060.410.3351.4329.6653.73
HexACA266062921331e36
Octal254242146065141633666
Binary10101100101000101100110011010100110000111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA266; }

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

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

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

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

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

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

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

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