#ABA064

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

Shades of Gimblet #ABA064

Tints of Gimblet #ABA064

Color information

#ABA064 (or 0xABA064) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 64. RGB value is (171,160,100). Sum of RGB (Red+Green+Blue) = 171+160+100=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA064 is #545F9B. Grayscale: #9C9C9C. Windows color (decimal): -5529500 or 6594731. OLE color: 6594731.

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

Color convert

RGB171160100-
CMYK00.060.420.33
HSL50.7º29.71%53.14%-
HSV(B)50.7º41.52%67.06%-
XYZ31.6734.7217.09-
YUV156.4596.14138.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=39.68%
G=37.12%
B=23.20%

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
Decimal17116010000.060.420.3350.729.7153.14
HexABA064062A21331e35
Octal253240144065241633665
Binary10101011101000001100100011010101010000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA064; }

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

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

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

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

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

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

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

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