#ABA665

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

Shades of Gimblet #ABA665

Tints of Gimblet #ABA665

Color information

#ABA665 (or 0xABA665) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 65. RGB value is (171,166,101). Sum of RGB (Red+Green+Blue) = 171+166+101=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA665 is #54599A. Grayscale: #A0A0A0. Windows color (decimal): -5527963 or 6661803. OLE color: 6661803.

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

Color convert

RGB171166101-
CMYK00.030.410.33
HSL55.71º29.41%53.33%-
HSV(B)55.71º40.94%67.06%-
XYZ32.7836.8717.7-
YUV160.0894.66135.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=39.04%
G=37.90%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116610100.030.410.3355.7129.4153.33
HexABA665032921381d35
Octal253246145035141703565
Binary1010101110100110110010101110100110000111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA665; }

 p { color: rgb(171,166,101); }

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

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

 a { background-color: rgb(171,166,101); }

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

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

 span { border-color: rgb(171,166,101); }

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