#ACA768

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

Shades of Gimblet #ACA768

Tints of Gimblet #ACA768

Color information

#ACA768 (or 0xACA768) is unknown color: approx Gimblet. HEX triplet: AC, A7 and 68. RGB value is (172,167,104). Sum of RGB (Red+Green+Blue) = 172+167+104=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA768 is #535897. Grayscale: #A1A1A1. Windows color (decimal): -5462168 or 6858668. OLE color: 6858668.

HSL color Cylindrical-coordinate representation of color #ACA768: hue angle of 55.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACA768 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172167104-
CMYK00.030.400.33
HSL55.59º29.06%54.12%-
HSV(B)55.59º39.53%67.45%-
XYZ33.3337.4118.56-
YUV161.3195.66135.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=38.83%
G=37.70%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216710400.030.400.3355.5929.0654.12
HexACA768032821381d36
Octal254247150035041703566
Binary1010110010100111110100001110100010000111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA768; }

 p { color: rgb(172,167,104); }

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

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

 a { background-color: rgb(172,167,104); }

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

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

 span { border-color: rgb(172,167,104); }

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