#ACA363

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

Shades of Gimblet #ACA363

Tints of Gimblet #ACA363

Color information

#ACA363 (or 0xACA363) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 63. RGB value is (172,163,99). Sum of RGB (Red+Green+Blue) = 172+163+99=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA363 is #535C9C. Grayscale: #9E9E9E. Windows color (decimal): -5463197 or 6529964. OLE color: 6529964.

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

Color convert

RGB17216399-
CMYK00.050.420.33
HSL52.6º30.54%53.14%-
HSV(B)52.6º42.44%67.45%-
XYZ32.3635.8717.02-
YUV158.3994.48137.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=39.63%
G=37.56%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721639900.050.420.3352.630.5453.14
HexACA363052A21351f35
Octal254243143055241653765
Binary10101100101000111100011010110101010000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA363; }

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

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

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

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

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

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

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

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