#ABA063

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

Shades of Gimblet #ABA063

Tints of Gimblet #ABA063

Color information

#ABA063 (or 0xABA063) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 63. RGB value is (171,160,99). Sum of RGB (Red+Green+Blue) = 171+160+99=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA063 is #545F9C. Grayscale: #9C9C9C. Windows color (decimal): -5529501 or 6529195. OLE color: 6529195.

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

Color convert

RGB17116099-
CMYK00.060.420.33
HSL50.83º30%52.94%-
HSV(B)50.83º42.11%67.06%-
XYZ31.6234.716.84-
YUV156.3395.64138.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=39.77%
G=37.21%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711609900.060.420.3350.833052.94
HexABA063062A21331e35
Octal253240143065241633665
Binary10101011101000001100011011010101010000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA063; }

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

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

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

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

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

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

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

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