#ABA360

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

Shades of Gimblet #ABA360

Tints of Gimblet #ABA360

Color information

#ABA360 (or 0xABA360) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 60. RGB value is (171,163,96). Sum of RGB (Red+Green+Blue) = 171+163+96=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA360 is #545C9F. Grayscale: #9E9E9E. Windows color (decimal): -5528736 or 6333355. OLE color: 6333355.

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

Color convert

RGB17116396-
CMYK00.050.440.33
HSL53.6º30.86%52.35%-
HSV(B)53.6º43.86%67.06%-
XYZ3235.716.27-
YUV157.7593.15137.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=39.77%
G=37.91%
B=22.33%

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
Decimal1711639600.050.440.3353.630.8652.35
HexABA360052C21361f34
Octal253243140055441663764
Binary10101011101000111100000010110110010000111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA360; }

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

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

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

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

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

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

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

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