#ACAB6D

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

Shades of Gimblet #ACAB6D

Tints of Gimblet #ACAB6D

Color information

#ACAB6D (or 0xACAB6D) is unknown color: approx Gimblet. HEX triplet: AC, AB and 6D. RGB value is (172,171,109). Sum of RGB (Red+Green+Blue) = 172+171+109=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6D is #535492. Grayscale: #A4A4A4. Windows color (decimal): -5461139 or 7187372. OLE color: 7187372.

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

Color convert

RGB172171109-
CMYK00.010.370.33
HSL59.05º27.51%55.1%-
HSV(B)59.05º36.63%67.45%-
XYZ34.343920.19-
YUV164.2396.83133.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=38.05%
G=37.83%
B=24.12%

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
Decimal17217110900.010.370.3359.0527.5155.1
HexACAB6D0125213b1c37
Octal254253155014541733467
Binary101011001010101111011010110010110000111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB6D; }

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

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

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

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

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

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

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

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