#AB9E5F

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

Shades of Gimblet #AB9E5F

Tints of Gimblet #AB9E5F

Color information

#AB9E5F (or 0xAB9E5F) is unknown color: approx Gimblet. HEX triplet: AB, 9E and 5F. RGB value is (171,158,95). Sum of RGB (Red+Green+Blue) = 171+158+95=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E5F is #5461A0. Grayscale: #9A9A9A. Windows color (decimal): -5530017 or 6266539. OLE color: 6266539.

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

Color convert

RGB17115895-
CMYK00.080.440.33
HSL49.74º31.15%52.16%-
HSV(B)49.74º44.44%67.06%-
XYZ31.0933.9415.74-
YUV154.7194.31139.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=40.33%
G=37.26%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711589500.080.440.3349.7431.1552.16
HexAB9E5F082C21321f34
Octal2532361370105441623764
Binary101010111001111010111110100010110010000111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E5F; }

 p { color: rgb(171,158,95); }

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

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

 a { background-color: rgb(171,158,95); }

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

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

 span { border-color: rgb(171,158,95); }

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