#ABA164

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

Shades of Gimblet #ABA164

Tints of Gimblet #ABA164

Color information

#ABA164 (or 0xABA164) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 64. RGB value is (171,161,100). Sum of RGB (Red+Green+Blue) = 171+161+100=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA164 is #545E9B. Grayscale: #9D9D9D. Windows color (decimal): -5529244 or 6594987. OLE color: 6594987.

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

Color convert

RGB171161100-
CMYK00.060.420.33
HSL51.55º29.71%53.14%-
HSV(B)51.55º41.52%67.06%-
XYZ31.8435.0717.15-
YUV157.0495.81137.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=39.58%
G=37.27%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116110000.060.420.3351.5529.7153.14
HexABA164062A21341e35
Octal253241144065241643665
Binary10101011101000011100100011010101010000111010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA164; }

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

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

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

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

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

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

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

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