#ACA361

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

Shades of Gimblet #ACA361

Tints of Gimblet #ACA361

Color information

#ACA361 (or 0xACA361) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 61. RGB value is (172,163,97). Sum of RGB (Red+Green+Blue) = 172+163+97=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA361 is #535C9E. Grayscale: #9E9E9E. Windows color (decimal): -5463199 or 6398892. OLE color: 6398892.

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

Color convert

RGB17216397-
CMYK00.050.440.33
HSL52.8º31.12%52.75%-
HSV(B)52.8º43.6%67.45%-
XYZ32.2735.8316.52-
YUV158.1793.48137.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=39.81%
G=37.73%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721639700.050.440.3352.831.1252.75
HexACA361052C21351f35
Octal254243141055441653765
Binary10101100101000111100001010110110010000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA361; }

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

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

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

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

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

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

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

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