#ACA366

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

Shades of Gimblet #ACA366

Tints of Gimblet #ACA366

Color information

#ACA366 (or 0xACA366) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 66. RGB value is (172,163,102). Sum of RGB (Red+Green+Blue) = 172+163+102=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA366 is #535C99. Grayscale: #9E9E9E. Windows color (decimal): -5463194 or 6726572. OLE color: 6726572.

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

Color convert

RGB172163102-
CMYK00.050.410.33
HSL52.29º29.66%53.73%-
HSV(B)52.29º40.7%67.45%-
XYZ32.5135.9217.79-
YUV158.7495.98137.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=39.36%
G=37.30%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216310200.050.410.3352.2929.6653.73
HexACA366052921341e36
Octal254243146055141643666
Binary10101100101000111100110010110100110000111010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA366; }

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

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

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

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

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

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

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

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