#ACA661

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

Shades of Gimblet #ACA661

Tints of Gimblet #ACA661

Color information

#ACA661 (or 0xACA661) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 61. RGB value is (172,166,97). Sum of RGB (Red+Green+Blue) = 172+166+97=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA661 is #53599E. Grayscale: #A0A0A0. Windows color (decimal): -5462431 or 6399660. OLE color: 6399660.

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

Color convert

RGB17216697-
CMYK00.030.440.33
HSL55.2º31.12%52.75%-
HSV(B)55.2º43.6%67.45%-
XYZ32.8136.9116.7-
YUV159.9392.49136.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=39.54%
G=38.16%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721669700.030.440.3355.231.1252.75
HexACA661032C21371f35
Octal254246141035441673765
Binary1010110010100110110000101110110010000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA661; }

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

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

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

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

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

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

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

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