#ABA05E

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

Shades of Gimblet #ABA05E

Tints of Gimblet #ABA05E

Color information

#ABA05E (or 0xABA05E) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 5E. RGB value is (171,160,94). Sum of RGB (Red+Green+Blue) = 171+160+94=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05E is #545FA1. Grayscale: #9C9C9C. Windows color (decimal): -5529506 or 6201515. OLE color: 6201515.

HSL color Cylindrical-coordinate representation of color #ABA05E: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABA05E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17116094-
CMYK00.060.450.33
HSL51.43º31.43%51.96%-
HSV(B)51.43º45.03%67.06%-
XYZ31.3934.6115.62-
YUV155.7693.14138.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=40.24%
G=37.65%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711609400.060.450.3351.4331.4351.96
HexABA05E062D21331f34
Octal253240136065541633764
Binary10101011101000001011110011010110110000111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA05E; }

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

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

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

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

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

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

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

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