#ABA463

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

Shades of Gimblet #ABA463

Tints of Gimblet #ABA463

Color information

#ABA463 (or 0xABA463) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 63. RGB value is (171,164,99). Sum of RGB (Red+Green+Blue) = 171+164+99=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA463 is #545B9C. Grayscale: #9E9E9E. Windows color (decimal): -5528477 or 6530219. OLE color: 6530219.

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

Color convert

RGB17116499-
CMYK00.040.420.33
HSL54.17º30%52.94%-
HSV(B)54.17º42.11%67.06%-
XYZ32.3236.1117.07-
YUV158.6894.32136.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=39.40%
G=37.79%
B=22.81%

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
Decimal1711649900.040.420.3354.173052.94
HexABA463042A21361e35
Octal253244143045241663665
Binary10101011101001001100011010010101010000111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA463; }

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

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

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

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

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

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

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

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