#ABA460

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

Shades of Gimblet #ABA460

Tints of Gimblet #ABA460

Color information

#ABA460 (or 0xABA460) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 60. RGB value is (171,164,96). Sum of RGB (Red+Green+Blue) = 171+164+96=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA460 is #545B9F. Grayscale: #9E9E9E. Windows color (decimal): -5528480 or 6333611. OLE color: 6333611.

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

Color convert

RGB17116496-
CMYK00.040.440.33
HSL54.4º30.86%52.35%-
HSV(B)54.4º43.86%67.06%-
XYZ32.1836.0516.33-
YUV158.3492.82137.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=39.68%
G=38.05%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711649600.040.440.3354.430.8652.35
HexABA460042C21361f34
Octal253244140045441663764
Binary10101011101001001100000010010110010000111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA460; }

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

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

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

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

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

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

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

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