#ACA662

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

Shades of Gimblet #ACA662

Tints of Gimblet #ACA662

Color information

#ACA662 (or 0xACA662) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 62. RGB value is (172,166,98). Sum of RGB (Red+Green+Blue) = 172+166+98=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA662 is #53599D. Grayscale: #A0A0A0. Windows color (decimal): -5462430 or 6465196. OLE color: 6465196.

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

Color convert

RGB17216698-
CMYK00.030.430.33
HSL55.14º30.83%52.94%-
HSV(B)55.14º43.02%67.45%-
XYZ32.8536.9216.95-
YUV160.0492.99136.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=39.45%
G=38.07%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721669800.030.430.3355.1430.8352.94
HexACA662032B21371f35
Octal254246142035341673765
Binary1010110010100110110001001110101110000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA662; }

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

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

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

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

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

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

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

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