#ABA565

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

Shades of Gimblet #ABA565

Tints of Gimblet #ABA565

Color information

#ABA565 (or 0xABA565) is unknown color: approx Gimblet. HEX triplet: AB, A5 and 65. RGB value is (171,165,101). Sum of RGB (Red+Green+Blue) = 171+165+101=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA565 is #545A9A. Grayscale: #9F9F9F. Windows color (decimal): -5528219 or 6661547. OLE color: 6661547.

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

Color convert

RGB171165101-
CMYK00.040.410.33
HSL54.86º29.41%53.33%-
HSV(B)54.86º40.94%67.06%-
XYZ32.636.5117.64-
YUV159.594.99136.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=39.13%
G=37.76%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116510100.040.410.3354.8629.4153.33
HexABA565042921371d35
Octal253245145045141673565
Binary10101011101001011100101010010100110000111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA565; }

 p { color: rgb(171,165,101); }

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

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

 a { background-color: rgb(171,165,101); }

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

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

 span { border-color: rgb(171,165,101); }

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