#ACA160

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

Shades of Gimblet #ACA160

Tints of Gimblet #ACA160

Color information

#ACA160 (or 0xACA160) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 60. RGB value is (172,161,96). Sum of RGB (Red+Green+Blue) = 172+161+96=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA160 is #535E9F. Grayscale: #9D9D9D. Windows color (decimal): -5463712 or 6332844. OLE color: 6332844.

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

Color convert

RGB17216196-
CMYK00.060.440.33
HSL51.32º31.4%52.55%-
HSV(B)51.32º44.19%67.45%-
XYZ31.8735.116.16-
YUV156.8893.64138.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=40.09%
G=37.53%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721619600.060.440.3351.3231.452.55
HexACA160062C21331f35
Octal254241140065441633765
Binary10101100101000011100000011010110010000111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA160; }

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

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

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

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

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

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

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

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