#ABA361

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

Shades of Gimblet #ABA361

Tints of Gimblet #ABA361

Color information

#ABA361 (or 0xABA361) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 61. RGB value is (171,163,97). Sum of RGB (Red+Green+Blue) = 171+163+97=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA361 is #545C9E. Grayscale: #9E9E9E. Windows color (decimal): -5528735 or 6398891. OLE color: 6398891.

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

Color convert

RGB17116397-
CMYK00.050.430.33
HSL53.51º30.58%52.55%-
HSV(B)53.51º43.27%67.06%-
XYZ32.0535.7216.51-
YUV157.8793.65137.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=39.68%
G=37.82%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711639700.050.430.3353.5130.5852.55
HexABA361052B21361f35
Octal253243141055341663765
Binary10101011101000111100001010110101110000111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA361; }

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

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

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

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

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

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

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

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