#ABA464

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

Shades of Gimblet #ABA464

Tints of Gimblet #ABA464

Color information

#ABA464 (or 0xABA464) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 64. RGB value is (171,164,100). Sum of RGB (Red+Green+Blue) = 171+164+100=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA464 is #545B9B. Grayscale: #9F9F9F. Windows color (decimal): -5528476 or 6595755. OLE color: 6595755.

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

Color convert

RGB171164100-
CMYK00.040.420.33
HSL54.08º29.71%53.14%-
HSV(B)54.08º41.52%67.06%-
XYZ32.3736.1317.32-
YUV158.894.82136.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=39.31%
G=37.70%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116410000.040.420.3354.0829.7153.14
HexABA464042A21361e35
Octal253244144045241663665
Binary10101011101001001100100010010101010000111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA464; }

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

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

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

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

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

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

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

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