#ABA260

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

Shades of Gimblet #ABA260

Tints of Gimblet #ABA260

Color information

#ABA260 (or 0xABA260) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 60. RGB value is (171,162,96). Sum of RGB (Red+Green+Blue) = 171+162+96=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA260 is #545D9F. Grayscale: #9D9D9D. Windows color (decimal): -5528992 or 6333099. OLE color: 6333099.

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

Color convert

RGB17116296-
CMYK00.050.440.33
HSL52.8º30.86%52.35%-
HSV(B)52.8º43.86%67.06%-
XYZ31.8335.3416.21-
YUV157.1793.48137.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=39.86%
G=37.76%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711629600.050.440.3352.830.8652.35
HexABA260052C21351f34
Octal253242140055441653764
Binary10101011101000101100000010110110010000111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA260; }

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

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

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

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

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

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

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

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