#ABA364

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

Shades of Gimblet #ABA364

Tints of Gimblet #ABA364

Color information

#ABA364 (or 0xABA364) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 64. RGB value is (171,163,100). Sum of RGB (Red+Green+Blue) = 171+163+100=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA364 is #545C9B. Grayscale: #9E9E9E. Windows color (decimal): -5528732 or 6595499. OLE color: 6595499.

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

Color convert

RGB171163100-
CMYK00.050.420.33
HSL53.24º29.71%53.14%-
HSV(B)53.24º41.52%67.06%-
XYZ32.1935.7717.26-
YUV158.2195.15137.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=39.40%
G=37.56%
B=23.04%

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
Decimal17116310000.050.420.3353.2429.7153.14
HexABA364052A21351e35
Octal253243144055241653665
Binary10101011101000111100100010110101010000111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA364; }

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

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

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

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

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

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

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

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