#ABA363

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

Shades of Gimblet #ABA363

Tints of Gimblet #ABA363

Color information

#ABA363 (or 0xABA363) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 63. RGB value is (171,163,99). Sum of RGB (Red+Green+Blue) = 171+163+99=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA363 is #545C9C. Grayscale: #9E9E9E. Windows color (decimal): -5528733 or 6529963. OLE color: 6529963.

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

Color convert

RGB17116399-
CMYK00.050.420.33
HSL53.33º30%52.94%-
HSV(B)53.33º42.11%67.06%-
XYZ32.1435.7517.01-
YUV158.194.65137.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=39.49%
G=37.64%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711639900.050.420.3353.333052.94
HexABA363052A21351e35
Octal253243143055241653665
Binary10101011101000111100011010110101010000111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA363; }

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

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

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

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

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

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

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

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