#ABA060

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

Shades of Gimblet #ABA060

Tints of Gimblet #ABA060

Color information

#ABA060 (or 0xABA060) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 60. RGB value is (171,160,96). Sum of RGB (Red+Green+Blue) = 171+160+96=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA060 is #545F9F. Grayscale: #9C9C9C. Windows color (decimal): -5529504 or 6332587. OLE color: 6332587.

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

Color convert

RGB17116096-
CMYK00.060.440.33
HSL51.2º30.86%52.35%-
HSV(B)51.2º43.86%67.06%-
XYZ31.4834.6416.09-
YUV155.9994.14138.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=40.05%
G=37.47%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711609600.060.440.3351.230.8652.35
HexABA060062C21331f34
Octal253240140065441633764
Binary10101011101000001100000011010110010000111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA060; }

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

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

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

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

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

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

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

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