#ACA760

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

Shades of Gimblet #ACA760

Tints of Gimblet #ACA760

Color information

#ACA760 (or 0xACA760) is unknown color: approx Gimblet. HEX triplet: AC, A7 and 60. RGB value is (172,167,96). Sum of RGB (Red+Green+Blue) = 172+167+96=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA760 is #53589F. Grayscale: #A0A0A0. Windows color (decimal): -5462176 or 6334380. OLE color: 6334380.

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

Color convert

RGB17216796-
CMYK00.030.440.33
HSL56.05º31.4%52.55%-
HSV(B)56.05º44.19%67.45%-
XYZ32.9437.2516.52-
YUV160.491.66136.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=39.54%
G=38.39%
B=22.07%

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
Decimal1721679600.030.440.3356.0531.452.55
HexACA760032C21381f35
Octal254247140035441703765
Binary1010110010100111110000001110110010000111100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA760; }

 p { color: rgb(172,167,96); }

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

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

 a { background-color: rgb(172,167,96); }

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

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

 span { border-color: rgb(172,167,96); }

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