#ABA459

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

Shades of Gimblet #ABA459

Tints of Gimblet #ABA459

Color information

#ABA459 (or 0xABA459) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 59. RGB value is (171,164,89). Sum of RGB (Red+Green+Blue) = 171+164+89=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA459 is #545BA6. Grayscale: #9D9D9D. Windows color (decimal): -5528487 or 5874859. OLE color: 5874859.

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

Color convert

RGB17116489-
CMYK00.040.480.33
HSL54.88º32.8%50.98%-
HSV(B)54.88º47.95%67.06%-
XYZ31.8735.9314.71-
YUV157.5489.32137.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=40.33%
G=38.68%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711648900.040.480.3354.8832.850.98
HexABA459043021372133
Octal253244131046041674163
Binary101010111010010010110010100110000100001110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA459; }

 p { color: rgb(171,164,89); }

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

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

 a { background-color: rgb(171,164,89); }

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

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

 span { border-color: rgb(171,164,89); }

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