#ACA060

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

Shades of Gimblet #ACA060

Tints of Gimblet #ACA060

Color information

#ACA060 (or 0xACA060) is unknown color: approx Gimblet. HEX triplet: AC, A0 and 60. RGB value is (172,160,96). Sum of RGB (Red+Green+Blue) = 172+160+96=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA060 is #535F9F. Grayscale: #9C9C9C. Windows color (decimal): -5463968 or 6332588. OLE color: 6332588.

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

Color convert

RGB17216096-
CMYK00.070.440.33
HSL50.53º31.4%52.55%-
HSV(B)50.53º44.19%67.45%-
XYZ31.734.7616.1-
YUV156.2993.98139.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=40.19%
G=37.38%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721609600.070.440.3350.5331.452.55
HexACA060072C21331f35
Octal254240140075441633765
Binary10101100101000001100000011110110010000111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA060; }

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

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

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

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

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

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

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

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