#ACAB6C

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

Shades of Gimblet #ACAB6C

Tints of Gimblet #ACAB6C

Color information

#ACAB6C (or 0xACAB6C) is unknown color: approx Gimblet. HEX triplet: AC, AB and 6C. RGB value is (172,171,108). Sum of RGB (Red+Green+Blue) = 172+171+108=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6C is #535493. Grayscale: #A4A4A4. Windows color (decimal): -5461140 or 7121836. OLE color: 7121836.

HSL color Cylindrical-coordinate representation of color #ACAB6C: hue angle of 59.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACAB6C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172171108-
CMYK00.010.370.33
HSL59.06º27.83%54.9%-
HSV(B)59.06º37.21%67.45%-
XYZ34.2838.9819.9-
YUV164.1296.33133.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=38.14%
G=37.92%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217110800.010.370.3359.0627.8354.9
HexACAB6C0125213b1c37
Octal254253154014541733467
Binary101011001010101111011000110010110000111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB6C; }

 p { color: rgb(172,171,108); }

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

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

 a { background-color: rgb(172,171,108); }

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

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

 span { border-color: rgb(172,171,108); }

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