#ABA563

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

Shades of Gimblet #ABA563

Tints of Gimblet #ABA563

Color information

#ABA563 (or 0xABA563) is unknown color: approx Gimblet. HEX triplet: AB, A5 and 63. RGB value is (171,165,99). Sum of RGB (Red+Green+Blue) = 171+165+99=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA563 is #545A9C. Grayscale: #9F9F9F. Windows color (decimal): -5528221 or 6530475. OLE color: 6530475.

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

Color convert

RGB17116599-
CMYK00.040.420.33
HSL55º30%52.94%-
HSV(B)55º42.11%67.06%-
XYZ32.536.4717.13-
YUV159.2793.99136.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=39.31%
G=37.93%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711659900.040.420.33553052.94
HexABA563042A21371e35
Octal253245143045241673665
Binary10101011101001011100011010010101010000111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA563; }

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

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

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

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

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

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

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

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