#ABA365

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

Shades of Gimblet #ABA365

Tints of Gimblet #ABA365

Color information

#ABA365 (or 0xABA365) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 65. RGB value is (171,163,101). Sum of RGB (Red+Green+Blue) = 171+163+101=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA365 is #545C9A. Grayscale: #9E9E9E. Windows color (decimal): -5528731 or 6661035. OLE color: 6661035.

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

Color convert

RGB171163101-
CMYK00.050.410.33
HSL53.14º29.41%53.33%-
HSV(B)53.14º40.94%67.06%-
XYZ32.2435.7917.52-
YUV158.3295.65137.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=39.31%
G=37.47%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116310100.050.410.3353.1429.4153.33
HexABA365052921351d35
Octal253243145055141653565
Binary10101011101000111100101010110100110000111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA365; }

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

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

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

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

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

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

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

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