#ABA359

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

Shades of Gimblet #ABA359

Tints of Gimblet #ABA359

Color information

#ABA359 (or 0xABA359) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 59. RGB value is (171,163,89). Sum of RGB (Red+Green+Blue) = 171+163+89=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA359 is #545CA6. Grayscale: #9D9D9D. Windows color (decimal): -5528743 or 5874603. OLE color: 5874603.

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

Color convert

RGB17116389-
CMYK00.050.480.33
HSL54.15º32.8%50.98%-
HSV(B)54.15º47.95%67.06%-
XYZ31.6935.5714.65-
YUV156.9689.65138.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=40.43%
G=38.53%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711638900.050.480.3354.1532.850.98
HexABA359053021362133
Octal253243131056041664163
Binary101010111010001110110010101110000100001110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA359; }

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

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

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

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

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

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

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

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