#ACA862

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

Shades of Gimblet #ACA862

Tints of Gimblet #ACA862

Color information

#ACA862 (or 0xACA862) is unknown color: approx Gimblet. HEX triplet: AC, A8 and 62. RGB value is (172,168,98). Sum of RGB (Red+Green+Blue) = 172+168+98=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA862 is #53579D. Grayscale: #A1A1A1. Windows color (decimal): -5461918 or 6465708. OLE color: 6465708.

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

Color convert

RGB17216898-
CMYK00.020.430.33
HSL56.76º30.83%52.94%-
HSV(B)56.76º43.02%67.45%-
XYZ33.2237.6617.07-
YUV161.2292.33135.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=39.27%
G=38.36%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721689800.020.430.3356.7630.8352.94
HexACA862022B21391f35
Octal254250142025341713765
Binary1010110010101000110001001010101110000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA862; }

 p { color: rgb(172,168,98); }

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

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

 a { background-color: rgb(172,168,98); }

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

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

 span { border-color: rgb(172,168,98); }

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